blob: 527239f1ee3d4eb603f6eda914a8c06a57e1c5fb [file] [log] [blame]
// { dg-do assemble }
// { dg-options "-w" }
// { dg-require-effective-target alloca }
// This testcase used to cause a crash on the Alpha.
struct A {
int i;
~A() { }
};
A f (int n)
{
A a[n];
}