repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
builtin-has-attribute-4.c: Skip on 32-bit hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-static-assert-9.c
blob
93696ab1b23dd3e1aa81ee030905b994e5066cfe
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" } */
5
6
_Static_assert
(
1
);