Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c2x-digit-separators-3.c
blob: cddb88fa88087657f0a172d6b8076319b5fc00fc [
file
] [
log
] [
blame
]
/* Test C2x digit separators. Test token pasting avoided for preprocessed
output. */
/* { dg-do compile } */
/* { dg-options "-std=c2x -save-temps" } */
#define
ZERO
0
int
f
(
void
)
{
return
ZERO
'0'
0
;
/* { dg-error "expected" } */
}