blob: 6477c78bd37160eb8d5e17ad77c5166567c2df33 [file] [log] [blame]
/* Test typeof and typeof_unqual not keywords with -std=gnu11 -fno-asm. */
/* { dg-do compile } */
/* { dg-options "-std=gnu11 -fno-asm" } */
int typeof = 1;
long typeof_unqual = 2;