lang-bootstrap/05/main.c
2022-01-09 12:31:35 -05:00

5 lines
67 B
C

#define TEST(x) hello
#define TEST heloo 2
TEST(55)
main(void) {
}