blob: 974ccfc75ca5e882f81ba09b3fd12822f4eb9a0c [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 false;
int true;
int static_assert;
int thread_local;