1 // PR c++/59120
2 // { dg-do compile { target c++11 } }
3 
4 template<typename T> using X = int T::T*;  // { dg-error "expected|two or more" }
5