builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-static-assert-7.c
blob8cea923b67b911956bc2e5a7c6cfebe4cfa51dea
1 /* Test C11 static assertions. Omitting the string not supported. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -pedantic" } */
5 _Static_assert (1); /* { dg-warning "does not support omitting the string" } */