5 lines
67 B
C
5 lines
67 B
C
#define TEST(x) hello
|
|
#define TEST heloo 2
|
|
TEST(55)
|
|
main(void) {
|
|
}
|