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, 0 insertions, 5 deletions
diff --git a/cc/cc-test/src/opt_linkage.c b/cc/cc-test/src/opt_linkage.c
deleted file mode 100644
index a74af8c..0000000
--- a/cc/cc-test/src/opt_linkage.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdint.h>
-
-int32_t answer() {
- return 42;
-}