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