aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.pt/static4.C
blob: e582740aad8c7d34889d53401c20c5d5dd138209 (plain)
1
2
3
4
5
6
7
8
// { dg-do assemble  }

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