blob: 4f3a09e7c6511d3b84cc30f0aa21876118d4f1df [file] [log] [blame]
// This testcase used to cause a crash on the Alpha.
// Special g++ Options: -w
// Build don't link:
struct A {
int i;
~A() { }
};
A f (int n)
{
A a[n];
}