]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/alias-decl-43.C
02eb33643acae238e1f07f46215a616c5e7bc9b2
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / cpp0x / alias-decl-43.C
1 // PR c++/59120
2 // { dg-do compile { target c++11 } }
3
4 template<typename T> using X = int T::T*; // { dg-error "expected" }