summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/materialize-1_0.c
blob: 16c182fc1cd973fe39c186ad09563c145cc5b8b8 (plain)
1
2
3
4
5
6
7
8
/* { dg-lto-options {{ -O3 -fwhopr}} } */
/* { dg-lto-do run } */
extern void clone_me (int, int);
int a=15;
inline int inline_me ()
{
  clone_me (0,a);
}