blob: 75339851d212da5b2238b3e24e357127cc50b606 (
plain)
1
2
3
4
5
6
|
/* 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" } */
|