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