modula2: M2MetaError.{def,mod} and P2SymBuild.mod further cleanup
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-keywords-1.c
blob30fd0727628ec938e0e2c265dea3a8730378221a
1 /* Test new C23 keywords not keywords in C11. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c11 -pedantic-errors" } */
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;