c++: constantness of call to function pointer [PR111703]
[official-gcc.git] / gcc / testsuite / g++.dg / parse / template31.C
bloba5693e851f7953f8c792fd2e95ade1974b8b26af
1 // PR c++/105436
3 template<bool> struct A;
4 template<int N> A<N >= 5> f();