You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
171 B
9 lines
171 B
4 months ago
|
#define M(a) a
|
||
|
int M(aou
|
||
|
= 2) // Okay, one argument, split across newline
|
||
|
;
|
||
|
|
||
|
// end of file during an argument
|
||
|
#define EXP2(a, b)
|
||
|
EXP2(((((1,2,3,4))), );
|