2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp41.C
blob539b8451c0362fb1cb6bb6c30bae394d69d3f608
1 // { dg-do assemble  }
2 // GROUPS passed templates membertemplates
3 template <int i>
4 struct S
6   static void foo() {}
7 };