aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/tree-prof/lipo/comdat_fixup_1.C
blob: 5f24dc1eb6cb907b272b6a8621306db2fdf219bc (plain)
1
2
3
4
5
6
7
/* { dg-options "-O2 -fno-inline" } */
#include "comdat_fixup.h"
int foo1(int x)
{
  Foo f;
  return f.foo(x);
}