aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20081125_0.C
blob: 629c2b3d9d0e3a83905f65989342dbb18cb3fe2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// { dg-lto-do link }
// { dg-lto-options {{-flto -flto-partition=1to1}} }
#include "20081125.h"

object::object (int x)
{
}

void
object::key_method (void)
{
}

int
main ()
{
  return 0;
}