blob: 0d5ad5e77624fc1d0e0d485f15293f6886c5cc27 (
plain)
1
2
3
4
5
|
/* Test C23 rules for characters in identifiers: \u0024 not allowed. */
/* { dg-do preprocess } */
/* { dg-options "-std=c23 -fdollars-in-identifiers -pedantic-errors" } */
\u0024 /* { dg-error "is not valid in an identifier" } */
|