c++: constantness of call to function pointer [PR111703]
[official-gcc.git] / gcc / testsuite / g++.dg / parse / using2.C
blobbfdb09f88332b9227ec4ca79295093fb2ea8d6bc
1 namespace N {
2   template <typename T>
3   struct foo {};
6 int main() {
7   using N::foo<double>; // { dg-error "" }