Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-plugin / lto-9.cc
blob2a4dcde3a793ee59edc14e11cdceb6f02fdc6a7b
1 struct Foooo {
2 virtual ~Foooo () { }
3 };
5 int main(void)
7 Foooo t;
8 return 0;