2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / comdat3.h
blobe2ec970903403d73062bca81cfae5f73bbd290ed
1 template <class T> struct A {
2 static const bool b = false;
3 };
5 template <class T>
6 const bool A<T>::b;
8 void f ();