/cp
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / var-templ57.C
blob030e9a2dfd620b7b61cbf398d652b5f4cf7d6bc2
1 // PR c++/84092
2 // { dg-do compile { target c++14 } }
4 template < typename T > int a (T::template b);