PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / typename1.C
blob2af84e3d7d4e234d7d0b36a089b5ee1245d99ab5
1 template <class baz>
2 struct bar
4   typedef typename baz::typename rebind<int> foo; // { dg-error "" }
5 };