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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-keywords-1.c
blob
30fd0727628ec938e0e2c265dea3a8730378221a
1
/* Test new C23 keywords not keywords in C11. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c11 -pedantic-errors" } */
4
5
int
alignas
;
6
int
alignof
;
7
int bool
;
8
int
constexpr
;
9
int
false
;
10
int
true
;
11
int
static_assert
;
12
int
thread_local
;