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