lang-bootstrap/05/main.c

5 lines
74 B
C
Raw Normal View History

2022-01-09 17:37:23 -05:00
#define TEST(x,y,z) x##y#z
TEST(22,4594,hello there folks)
2022-01-09 12:31:35 -05:00
main(void) {
}