af71ba41bd
This capability is the only thing that makes function-like macros interesting. This isn't supported yet so these tests fail for now.
3 lines
40 B
C
3 lines
40 B
C
#define foo(x,y) ((x)*(y))
|
|
foo(bar,baz)
|