]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/c11-digit-separators-1.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c11-digit-separators-1.c
CommitLineData
5ea40269
JM
1/* Test C2x digit separators not in C11. */
2/* { dg-do compile } */
3/* { dg-options "-std=c11 -pedantic-errors" } */
4
5#define m(x) 0
6
7_Static_assert (m(1'2)+(3'4) == 0, "digit separators");