5 lines
91 B
C
5 lines
91 B
C
#define bar with,embedded,commas
|
|
#define function(x) success
|
|
#define foo function
|
|
foo(bar)
|