blob: fc832260acbf7d305bc48d70a95fb6533bcaf9df [file] [log] [blame]
/* Test C2x digit separators not in C11. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
#define m(x) 0
_Static_assert (m(1'2)+(3'4) == 0, "digit separators");