PowerPC TPREL16_HA/LO reloc optimization
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-9.cc
1 struct Foooo {
2 virtual ~Foooo () { }
3 };
4
5 int main(void)
6 {
7 Foooo t;
8 return 0;
9 }
This page took 0.028901 seconds and 4 git commands to generate.