summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp0x/initlist28.C
blob: 3bf995ad236344b83ea1e45b0023f42f39792e75 (plain)
1
2
3
4
5
6
7
8
// PR c++/42060
// { dg-do compile { target c++11 } }

void foo()
{
  int a[1];
  throw a = {}; // { dg-error "assign" }
}
OpenPOWER on IntegriCloud