Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
gnu2x-static-assert-1.c
blob: 4ed095cb3cdc596733fae40827c1a68e13ba34e1 [
file
] [
log
] [
blame
]
/* Test C11 static assertions. Omitting the string diagnosed with
-Wc11-c2x-compat. */
/* { dg-do compile } */
/* { dg-options "-std=gnu2x -Wc11-c2x-compat" } */
_Static_assert
(
1
);
/* { dg-warning "does not support omitting the string" } */