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

template<class>
auto x = x<int>; // { dg-error "" }