2 /* { dg-xfail-if "" { powerpc-ibm-aix* *-*-solaris2.* } { "*" } { "" } } */
3 /* { dg-options "-std=c99 -fextended-identifiers" } */
6 int \u00C0(void) { return 1; }
7 int \u00C1(void) { return 2; }
8 int \
U000000C2(void) { return 3; }
9 int wh
\u00ff(void) { return 4; }
10 int a
\u00c4b
\u0441\
U000003b4e(void) { return 5; }
23 if (a
\u00c4b
\u0441\
U000003b4e() != 5)