FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.ext / array2.C
blob4f3a09e7c6511d3b84cc30f0aa21876118d4f1df
1 // This testcase used to cause a crash on the Alpha.
2 // Special g++ Options: -w
3 // Build don't link:
5 struct A {
6   int i;
7   ~A() { }
8 };
10 A f (int n)
12   A a[n];