]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/c2x-static-assert-1.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c2x-static-assert-1.c
1 /* Test C2x static assertions. Omitting the string supported. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c2x -pedantic" } */
4
5 _Static_assert (1);