(root)/
binutils-2.41/
ld/
testsuite/
ld-plugin/
lto-9.cc
struct Foooo {
  virtual ~Foooo () { }
};

int main(void)
{
  Foooo t;
  return 0;
}