OSDN Git Service

* g++.dg/parse/repo1.C: Use cleanup-repo-files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / typename1.C
1 template <class baz>
2 struct bar
3 {
4   typedef typename baz::typename rebind<int> foo; // { dg-error "" }
5 };