1 2 3 4 5 6 7 8 9 10 11 12
/* 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;