blob: 3bf995ad236344b83ea1e45b0023f42f39792e75 [file] [log] [blame]
// PR c++/42060
// { dg-do compile { target c++11 } }
void foo()
{
int a[1];
throw a = {}; // { dg-error "assign" }
}