blob: 75339851d212da5b2238b3e24e357127cc50b606 [file] [log] [blame]
/* Test C23 static assertions. Omitting the string supported. Failed
assertions. */
/* { dg-do compile } */
/* { dg-options "-std=c23 -pedantic" } */
_Static_assert (0); /* { dg-error "static assertion failed" } */