ref: 5d8b5ae1ef2dd2b2e33e2683968dc62ce25a3cac dir: /tests/execute/0148-cpp-string.c/
#define x(y) #y int main(void) { char *p; p = x(hello) " is better than bye"; return (*p == 'h') ? 0 : 1; }