PR c++/64248
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / vla12.C
blob7fc9987367cf16eab34fa4d80d0c4a5b30d3f067
1 // PR c++/60250
2 // { dg-do compile { target c++14 } }
4 template<typename> void foo()
6   typedef int T[ ([](){ return 1; }()) ]; // { dg-error "runtime bound" }