]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/alias-decl-43.C
PR c++/92590 - wrong handling of inherited default ctor.
[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 4.362708 seconds and 5 git commands to generate.