Revert 'Remove unused struct serial::name field'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr12696-1.cc
1 /* { dg-lto-do link } */
2 /* { dg-lto-options {{-ftoplevel-reorder -flto -flto-partition=none} {-ftoplevel-reorder -flto -flto-partition=1to1}} } */
3 /* { dg-extra-ld-options {-r -nostdlib} } */
4
5 struct Foo { virtual ~Foo(); };
6 struct Bar:public Foo { Bar() { } };
7 void Func() { new Bar(); }
This page took 0.030107 seconds and 4 git commands to generate.