aboutsummaryrefslogtreecommitdiff
path: root/cc/cc-test/src/opt_linkage.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc-test/src/opt_linkage.c')
-rw-r--r--cc/cc-test/src/opt_linkage.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cc/cc-test/src/opt_linkage.c b/cc/cc-test/src/opt_linkage.c
new file mode 100644
index 0000000..a74af8c
--- /dev/null
+++ b/cc/cc-test/src/opt_linkage.c
@@ -0,0 +1,5 @@
+#include <stdint.h>
+
+int32_t answer() {
+ return 42;
+}