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