(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
template31.C
// PR c++/105436

template<bool> struct A;
template<int N> A<N >= 5> f();