lang-bootstrap/05/main.c
2022-01-09 15:56:31 -05:00

4 lines
81 B
C

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