summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c2x-static-assert-1.c
blob: 1b771a1c0ccb28c7cc344bc8ccc7cf8fee387445 (plain)
1
2
3
4
5
/* Test C2x static assertions.  Omitting the string supported.  */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic" } */

_Static_assert (1);