blob: d1df7cb00440442a4ea39bd0adc1c0628475afb0 [file] [log] [blame]
// PR c++/42060
// { dg-options "-std=c++0x" }
void foo()
{
int a[1];
throw a = {}; // { dg-error "assign" }
}