(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c11-typeof-1.c
       1  /* Test typeof and typeof_unqual not keywords in C11.  */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=c11 -pedantic-errors" } */
       4  
       5  int typeof = 1;
       6  long typeof_unqual = 2;