vect: Fix inconsistency in fully-masked lane-reducing op generation [PR116985]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / alias-decl-43.C
blobf9b4477448b55e96e6e326573f0ed76861b0bdfd
1 // PR c++/59120
2 // { dg-do compile { target c++11 } }
4 template<typename T> using X = int T::T*;  // { dg-error "expected|two or more" }