1 // { dg-do run { target c++11 } }
2 // { dg-skip-if "power overwrites two slots of array i" { "power*-*-*" } }
3 // { dg-options "-Wno-vla" }
5 #include <initializer_list>
10 A(std::initializer_list<int>) { }
16 int main(int argc, char **argv)
18 { int i[x] = { 42, 42, 42, 42 }; }