blob: fee369335edd66bf40b2147e0a15d627f1e677c2 [file] [log] [blame]
template<class...T> struct A
{
static int i;
};
inline void f() { A<int>::i = 0; }