ref: dfc2beaa2c71a595983aefba6782ad412a4662b6
dir: /cc1/tests/test027.c/
/* name: TEST027 description: Test of cpp stringizer error: output: G3 F "main { \ A5 P "p V7 K #N25 Y6 V7 " ( #"hello is better than bye #K00 ) A5 Y6 'P :P h A5 @K gI } */ #define x(y) #y int main(void) { char *p; p = x(hello) " is better than bye"; return *p; }