097-paste-with-non-function-macro.c revision 01e04c3f
1#define PASTE_MACRO one ## token
2PASTE_MACRO
3
4