// { dg-options -std=c++1z }

#include <initializer_list>

std::initializer_list l { 1, 2, 3 };
