// { dg-options -std=c++1z } #include template struct A { A (std::initializer_list); }; A a{1,2};