Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.oliva / template5.C
blobbaecea576366a43d0feddc1a8405af5f5ed9b6ad
1 // { dg-do assemble  }
3 // Copyright (C) 1999 Free Software Foundation
5 // by Alexandre Oliva <oliva@dcc.unicamp.br>
6 // simplified from bug report by Andrey Slepuhin <pooh@msu.ru>
8 template <typename> class X {
9   template <typename> class Z;
12 X<void> a;