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