aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/ucnid-5.c
blob: 3ede8f728d17ead5311bcc4ddcd43cfc340fa191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* APPLE LOCAL begin mainline UCNs 2005-04-17 3892809 */
/* { dg-do preprocess } */
/* { dg-options "-std=c99 -pedantic" } */

\u00AA
\u00AB /* { dg-error "not valid in an identifier" } */
\u00B6 /* { dg-error "not valid in an identifier" } */
\u00BA
\u00C0
\u00D6
\u0384 /* { dg-error "not valid in an identifier" } */

\u0669 /* { dg-error "not valid at the start of an identifier" } */
A\u0669
0\u00BA
0\u0669
\u0E59 /* { dg-error "not valid at the start of an identifier" } */
A\u0E59
/* APPLE LOCAL end mainline UCNs 2005-04-17 3892809 */