diff options
Diffstat (limited to 'glcpp/tests/039-func-arg-obj-macro-with-comma.c')
-rw-r--r-- | glcpp/tests/039-func-arg-obj-macro-with-comma.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glcpp/tests/039-func-arg-obj-macro-with-comma.c b/glcpp/tests/039-func-arg-obj-macro-with-comma.c new file mode 100644 index 0000000000..0f7fe632b5 --- /dev/null +++ b/glcpp/tests/039-func-arg-obj-macro-with-comma.c @@ -0,0 +1,3 @@ +#define foo(a) (a) +#define bar two,words +foo(bar) |