aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/abi/spec1.C
blob: 153c0cfe7f01b38dac4f204f3c3e97f096c76614 (plain)
1
2
3
4
// { dg-final { scan-assembler-not "weak" } }

template <class T> struct A { static int i; };
template<> int A<int>::i = 42;