PR c++/86728 - C variadic generic lambda.
[official-gcc.git] / gcc / testsuite / g++.dg / abi / spec1.C
blob153c0cfe7f01b38dac4f204f3c3e97f096c76614
1 // { dg-final { scan-assembler-not "weak" } }
3 template <class T> struct A { static int i; };
4 template<> int A<int>::i = 42;