Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
c23-ucnid-2.c
blob: 0d5ad5e77624fc1d0e0d485f15293f6886c5cc27 [
file
] [
log
] [
blame
]
/* Test C23 rules for characters in identifiers: \u0024 not allowed. */
/* { dg-do preprocess } */
/* { dg-options "-std=c23 -fdollars-in-identifiers -pedantic-errors" } */
\u
0024
/* { dg-error "is not valid in an identifier" } */