4 lines
81 B
C
4 lines
81 B
C
#define TEST(x,y,z) x hello y there z
|
|
TEST((55,(33,3)),22,(3,49))
|
|
main(void) {
|
|
}
|