lang-bootstrap/05/main.c
2022-01-09 17:37:23 -05:00

4 lines
74 B
C

#define TEST(x,y,z) x##y#z
TEST(22,4594,hello there folks)
main(void) {
}