blob: dffa77c64f19ad1ca3895786a0d2eb839e61740e [file] [log] [blame]
/* 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'" } */