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