ref: 040a49dbae747a2b7bd56c50e65a4ccc08af1253 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; }