aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.pt/static4.C
blob: 2ff3221543722c96c7ae0a01bcecf26790d6d933 (plain)
1
2
3
4
5
6
7
8
// Build don't link:

template <class T>
struct S
{
  static const T t = 3;
};