Add test for function-like macro invocations with multiple-token arguments.
These are not yet parsed correctly, so these tests fail.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#define foo(x) (x)
|
||||
foo(this is more than one word)
|
||||
@@ -0,0 +1,2 @@
|
||||
#define foo(x,y) x, two fish, red fish, y
|
||||
foo(one fish, blue fish)
|
||||
Reference in New Issue
Block a user