rt_gccstream/gcc/testsuite/g++.dg/parse/crash47.C

10 lines
154 B
C

// PR c++/37531
// { dg-do compile }
// { dg-options "-std=gnu++98" }
void
foo ()
{
(int[i]) { 0 }; // { dg-error "was not declared in this scope" }
}