aboutsummaryrefslogtreecommitdiff
path: root/cc/cc-test/src/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc-test/src/foo.c')
-rw-r--r--cc/cc-test/src/foo.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/cc/cc-test/src/foo.c b/cc/cc-test/src/foo.c
deleted file mode 100644
index 541e62c..0000000
--- a/cc/cc-test/src/foo.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdint.h>
-
-#ifdef FOO
-#if BAR == 1
-int32_t foo() {
- return 4;
-}
-#endif
-#endif