RosettaCodeData/Task/Special-characters/C++/special-characters-7.cpp

3 lines
84 B
C++

#define THE(x) the_ ## x
int THE(answer) = 42; // THE(answer) expands to the_answer