2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp55.C
blob5c799198bc851603965ca224c42736547d031464
1 // { dg-do assemble  }
2 // GROUPS passed templates membertemplates
3 template<class X> class  _bz_update { };
5 template<class T>
6 struct S {
7 template<int N_destRank>
8 void foo() { _bz_update<int>(); }
9 };