1 /* Test C2x typeof and typeof_unqual. -fno-asm has no effect on keywords in
2 C2x mode. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c2x -pedantic-errors -fno-asm" } */
5
6 int i;
7 extern typeof (i) i;