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