Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-keywords-1.c
blob: 997c1b0aff0f8bacdc7d051889df679f2e61a74f [
file
] [
log
] [
blame
]
/* Test new C2x keywords not keywords in C11. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
int
alignas
;
int
alignof
;
int
bool
;
int
constexpr
;
int
false
;
int
true
;
int
static_assert
;
int
thread_local
;