ref: a8cd756a8912fe2a544d67110ecbdb28a343bc95 dir: /tests/cc/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; }