]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.dg/cpp0x/parse2.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / parse2.C
CommitLineData
5677bc1f
PC
1// PR c++/54526
2// { dg-do compile { target c++11 } }
3
4template <class T>
5struct X { };
6
7struct A { };
8
9int main()
10{
11 X<::A> x;
12}
1582c677
PC
13
14int a;
15bool b = 0<::a;
This page took 4.804813 seconds and 5 git commands to generate.