(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1y/
var-templ15.C
// PR c++/63588
// { dg-do compile { target c++14 } }

template <class T> T elements;
int i = elements <>;		// { dg-error "arguments" }