Merge Carl's preprocessor into the glcpp subdirectory.
This commit is contained in:
4
glcpp/tests/056-macro-argument-with-comma.c
Normal file
4
glcpp/tests/056-macro-argument-with-comma.c
Normal file
@@ -0,0 +1,4 @@
|
||||
#define bar with,embedded,commas
|
||||
#define function(x) success
|
||||
#define foo function
|
||||
foo(bar)
|
Reference in New Issue
Block a user