diff options
Diffstat (limited to 'gcc/gcc-test/src/foo.c')
-rw-r--r-- | gcc/gcc-test/src/foo.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/gcc-test/src/foo.c b/gcc/gcc-test/src/foo.c deleted file mode 100644 index 541e62c..0000000 --- a/gcc/gcc-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 |