#define TEST(x,y,z) x hello y there z TEST((55,(33,3)),22,(3,49)) main(void) { }