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