diff options
Diffstat (limited to 'gcc/gcc-test/src/expand.c')
-rw-r--r-- | gcc/gcc-test/src/expand.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/gcc-test/src/expand.c b/gcc/gcc-test/src/expand.c deleted file mode 100644 index 2b492a2..0000000 --- a/gcc/gcc-test/src/expand.c +++ /dev/null @@ -1,4 +0,0 @@ -#define HELLO hello -#define WORLD world - -HELLO WORLD |