rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/comdat3.h

9 lines
116 B
C++

template <class T> struct A {
static const bool b = false;
};
template <class T>
const bool A<T>::b;
void f ();