diff options
Diffstat (limited to 'glcpp/tests/037-finalize-unexpanded-macro.c')
-rw-r--r-- | glcpp/tests/037-finalize-unexpanded-macro.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glcpp/tests/037-finalize-unexpanded-macro.c b/glcpp/tests/037-finalize-unexpanded-macro.c new file mode 100644 index 0000000000..b3a2f37f1b --- /dev/null +++ b/glcpp/tests/037-finalize-unexpanded-macro.c @@ -0,0 +1,3 @@ +#define expand(x) expand(x once) +#define foo(x) x +foo(expand(just)) |