blob: a2abe8e465cfe9d46830b53b93aaf43f821c950b [file] [log] [blame]
/* Test typeof and typeof_unqual not keywords in C11. */
/* { dg-do compile } */
/* { dg-options "-std=c11 -pedantic-errors" } */
int typeof = 1;
long typeof_unqual = 2;