blob: a5693e851f7953f8c792fd2e95ade1974b8b26af [file] [log] [blame]
// PR c++/105436
template<bool> struct A;
template<int N> A<N >= 5> f();