diff options
Diffstat (limited to 'usr.bin/pcc/cc/cpp/tests/test4')
-rw-r--r-- | usr.bin/pcc/cc/cpp/tests/test4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/pcc/cc/cpp/tests/test4 b/usr.bin/pcc/cc/cpp/tests/test4 new file mode 100644 index 00000000000..0068f3751b8 --- /dev/null +++ b/usr.bin/pcc/cc/cpp/tests/test4 @@ -0,0 +1,4 @@ +#define foobar 1 +#define C(x,y) x##y +#define D(x) (C(x,bar)) +D(foo) |