(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
initlist44.C
// { dg-do compile { target c++11 } }

#include <initializer_list>

auto value = std::initializer_list<int>{ 1, 2, 3 };