(root)/
gcc-13.2.0/
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 constexpr;
       9  int false;
      10  int true;
      11  int static_assert;
      12  int thread_local;