3 lines
50 B
Text
3 lines
50 B
Text
|
|
#define FOO(x, (* a comment *) y) x+y
|
||
|
|
FOO(42, 23)
|