aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/ret-type1.C
blob: a5dc93ab0d9702ccd2871a2be72b0c8d8db6bc34 (plain)
1
2
3
4
5
6
7
8
9
10
// PR c++/2738
// Origin: Wolfgang Bangerth <wolfgang.bangerth@iwr.uni-heidelberg.de>
// { dg-do compile }

template <int i> class A
{
    class C { C(); };
};

template <int i> void A<i>::C::C () {} // { dg-error "return type" }