lang-bootstrap/05/main.c

5 lines
81 B
C
Raw Normal View History

2022-01-09 15:56:31 -05:00
#define TEST(x,y,z) x hello y there z
TEST((55,(33,3)),22,(3,49))
2022-01-09 12:31:35 -05:00
main(void) {
}