tree-optimization/116481 - avoid building function_type[]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / var-templ15.C
blob7dd2dcdcf94f84d5d91cd48b08d012c527ff6791
1 // PR c++/63588
2 // { dg-do compile { target c++14 } }
4 template <class T> T elements;
5 int i = elements <>;            // { dg-error "arguments" }