]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/lto/20081125_0.C
* doc/invoke.texi (-fwhopr): Merge into -flto section.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / lto / 20081125_0.C
1 // { dg-lto-do link }
2 // { dg-lto-options {{-flto -flto-partition=1to1}} }
3 #include "20081125.h"
4
5 object::object (int x)
6 {
7 }
8
9 void
10 object::key_method (void)
11 {
12 }
13
14 int
15 main ()
16 {
17 return 0;
18 }