]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/c2x-typeof-3.c
testsuite: Refer more consistently to C23 not C2X
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c2x-typeof-3.c
CommitLineData
54bac0ce
JM
1/* Test C23 typeof and typeof_unqual. -fno-asm has no effect on keywords in
2 C23 mode. */
fa258f68 3/* { dg-do compile } */
54bac0ce 4/* { dg-options "-std=c23 -pedantic-errors -fno-asm" } */
fa258f68
JM
5
6int i;
7extern typeof (i) i;