Merge Carl's preprocessor into the glcpp subdirectory.
This commit is contained in:
3
glcpp/tests/039-func-arg-obj-macro-with-comma.c
Normal file
3
glcpp/tests/039-func-arg-obj-macro-with-comma.c
Normal file
@@ -0,0 +1,3 @@
|
||||
#define foo(a) (a)
|
||||
#define bar two,words
|
||||
foo(bar)
|
Reference in New Issue
Block a user