4 lines
74 B
C
4 lines
74 B
C
#define TEST(x,y,z) x##y#z
|
|
TEST(22,4594,hello there folks)
|
|
main(void) {
|
|
}
|