2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / static4.C
blobe582740aad8c7d34889d53401c20c5d5dd138209
1 // { dg-do assemble  }
3 template <class T>
4 struct S
6   static const T t = 3;
7 };