aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.oliva/template5.C
blob: baecea576366a43d0feddc1a8405af5f5ed9b6ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// { dg-do assemble  }

// Copyright (C) 1999 Free Software Foundation

// by Alexandre Oliva <oliva@dcc.unicamp.br>
// simplified from bug report by Andrey Slepuhin <pooh@msu.ru>

template <typename> class X {
  template <typename> class Z;
};

X<void> a;