// { dg-do compile { target c++11 } } #include template void f(std::initializer_list); void g() { f({1,2,3}); }