blob: 2f84f47e95d3de580a38f1d9465316b075f81b01 [file] [log] [blame]
/* Test C11 static assertions. Omitting the string diagnosed with
-Wc11-c23-compat. */
/* { dg-do compile } */
/* { dg-options "-std=gnu23 -Wc11-c23-compat" } */
_Static_assert (1); /* { dg-warning "does not support omitting the string" } */