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