]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/alias-decl-43.C
[committed] Remove compromised sh test
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / alias-decl-43.C
CommitLineData
a3879fa1
PC
1// PR c++/59120
2// { dg-do compile { target c++11 } }
3
96c35892 4template<typename T> using X = int T::T*; // { dg-error "expected|two or more" }
This page took 8.24024 seconds and 6 git commands to generate.