aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/pr51832.h
blob: fee369335edd66bf40b2147e0a15d627f1e677c2 (plain)
1
2
3
4
5
6
template<class...T> struct A
{
  static int i;
};

inline void f() { A<int>::i = 0; }