Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
gnu23-static-assert-1.c
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" } */