blob: 824b3eff4bc773f66ca7d6fcc426316c6cbc58df [file] [log] [blame]
/* Test C23 typeof and typeof_unqual. -fno-asm has no effect on keywords in
C23 mode. */
/* { dg-do compile } */
/* { dg-options "-std=c23 -pedantic-errors -fno-asm" } */
int i;
extern typeof (i) i;