OSDN Git Service

2012-12-15 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.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 }