2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr51832.h
blobfee369335edd66bf40b2147e0a15d627f1e677c2
1 template<class...T> struct A
3 static int i;
4 };
6 inline void f() { A<int>::i = 0; }