Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.brendan / template13.C
blobea81202c2dc23fb4524da055928b787e617cc4a5
1 // { dg-do assemble  }
2 // GROUPS passed templates
3 template<class T>
4 class ListS {
5 public:
6     class Vix {
7     public:
8         Vix();
9     };
12 template<class T>
13 ListS<T>::Vix::Vix()
14 { }