aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-static-assert-9.c
blob: a87e9dc73519877de01a447ce63029a07eda0671 (plain)
1
2
3
4
5
6
/* Test C11 static assertions.  Omitting the string not supported, but
   -Wno-c11-c23-compat disables the -pedantic diagnostic for that.  */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic -Wno-c11-c23-compat" } */

_Static_assert (1);