1 template <class baz>
2 struct bar
3 {
4   typedef typename baz::typename rebind<int> foo; // { dg-error "" }
5 };
6