1 /* Test typeof and typeof_unqual not keywords with -std=gnu11 -fno-asm. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=gnu11 -fno-asm" } */
4
5 int typeof = 1;
6 long typeof_unqual = 2;
1 /* Test typeof and typeof_unqual not keywords with -std=gnu11 -fno-asm. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=gnu11 -fno-asm" } */
4
5 int typeof = 1;
6 long typeof_unqual = 2;