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