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