summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c99-static-assert-2.c
blob: dffa77c64f19ad1ca3895786a0d2eb839e61740e (plain)
1
2
3
4
5
6
/* Test static assertions.  Omitting the string should not result in a
   duplicate diagnostic in pre-C11 modes.  */
/* { dg-do compile } */
/* { dg-options "-std=c99 -pedantic" } */

_Static_assert (1); /* { dg-warning "ISO C99 does not support '_Static_assert'" } */