aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gnu23-static-assert-1.c
blob: 2f84f47e95d3de580a38f1d9465316b075f81b01 (plain)
1
2
3
4
5
6
/* 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" } */