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" } */
}