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