1 // PR c++/84092
2 // { dg-do compile { target c++14 } }
3 
4 template < typename T > int a (T::template b);
5