aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20081202-1_1.c
blob: 2f6777864a02c6cc42cba47a26e8fc0cabc356d2 (plain)
1
2
3
4
5
6
7
8
9
10
static void __attribute__((noinline))
bar (void)
{
}

void
foo (void)
{
  bar ();
}