// { dg-do compile { target c++17 } } #include <initializer_list> std::initializer_list l { 1, 2, 3 };