summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/comdat3.h
blob: e2ec970903403d73062bca81cfae5f73bbd290ed (plain)
1
2
3
4
5
6
7
8
template <class T> struct A {
  static const bool b = false;
};

template <class T>
const bool A<T>::b;

void f ();