1 2 3 4 5
// { dg-options -std=c++0x } #include <initializer_list> auto value = std::initializer_list<int>{ 1, 2, 3 };