Fix PR48484
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081125_0.C
blob629c2b3d9d0e3a83905f65989342dbb18cb3fe2a
1 // { dg-lto-do link }
2 // { dg-lto-options {{-flto -flto-partition=1to1}} }
3 #include "20081125.h"
5 object::object (int x)
9 void
10 object::key_method (void)
14 int
15 main ()
17   return 0;