Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.ext / array2.C
blob88482fe19d9e735bbd81c1a68f2564fb1c98882c
1 // { dg-do assemble  }
2 // { dg-options "-w" }
3 // This testcase used to cause a crash on the Alpha.
5 struct A {
6   int i;
7   ~A() { }
8 };
10 A f (int n)
12   A a[n];