aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/lto/pr69866_1.c
blob: 3a14f850eefaffbf659ce4642adef7900330f4ed (plain)
1
2
3
4
5
6
/* { dg-options { -fno-lto } } */

int weaks(int i)
{
  return i+1;
}