]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr65228.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr65228.c
CommitLineData
e5165b60
MP
1/* PR c/65228 */
2/* { dg-do compile } */
3/* { dg-options "" } */
4
5__auto_type a = b; /* { dg-error "undeclared" } */
6
7void
8f (void)
9{
10 __auto_type c = d; /* { dg-error "undeclared" } */
11}