Prune BFD warnings for unknown GNU properties
[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 }