linux-x86.exp: Compile with -I../bfd
[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.040094 seconds and 4 git commands to generate.