aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c23-static-assert-1.c
blob: c3405e81f269879affc5879c266d2ded4f4ce698 (plain)
1
2
3
4
5
/* Test C23 static assertions.  Omitting the string supported.  */
/* { dg-do compile } */
/* { dg-options "-std=c23 -pedantic" } */

_Static_assert (1);