aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c2x-digit-separators-3.c
blob: cddb88fa88087657f0a172d6b8076319b5fc00fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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" } */
}