summaryrefslogtreecommitdiff
path: root/05/main.c
blob: 27144f91895aef0599aeea654fb223594afa5b75 (plain)
1
2
3
4
#define TEST(x,y,z) x hello y there z
TEST((55,(33,3)),22,(3,49))
main(void) {
}