summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-static-assert-7.c
blob: 8cea923b67b911956bc2e5a7c6cfebe4cfa51dea (plain)
1
2
3
4
5
/* Test C11 static assertions.  Omitting the string not supported.  */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic" } */

_Static_assert (1); /* { dg-warning "does not support omitting the string" } */