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