Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-static-assert-8.c
blob: 20e5a6d1076f551bbe870b143f40bdc1b3977e27 [
file
] [
log
] [
blame
]
/* Test C11 static assertions. Omitting the string not supported. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
_Static_assert
(
1
);
/* { dg-error "does not support omitting the string" } */