builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-static-assert-9.c
blob93696ab1b23dd3e1aa81ee030905b994e5066cfe
1 /* Test C11 static assertions. Omitting the string not supported, but
2 -Wno-c11-c2x-compat disables the -pedantic diagnostic for that. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c11 -pedantic -Wno-c11-c2x-compat" } */
6 _Static_assert (1);