c: New C2x keywords
[platform/upstream/gcc.git] / gcc / testsuite / gcc.dg / c11-keywords-1.c
1 /* Test new C2x 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 false;
9 int true;
10 int static_assert;
11 int thread_local;