2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081120-2_1.C
blob242d50a41ce6da79e643502abf66bded3a949372
1 template < typename > struct Foo
3  inline void rdstate() {
4  }
5 };
7 extern template struct Foo<int>;
9 struct Bar:virtual public Foo<int>