C++: fix-it hint for missing "typename" (PR c++/63392)
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ext / array2.C
blob527239f1ee3d4eb603f6eda914a8c06a57e1c5fb
1 // { dg-do assemble  }
2 // { dg-options "-w" }
3 // { dg-require-effective-target alloca }
4 // This testcase used to cause a crash on the Alpha.
6 struct A {
7   int i;
8   ~A() { }
9 };
11 A f (int n)
13   A a[n];