aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/20081118_2.c
blob: 32ce432a128e6440d52d7e8916439d61e1a01572 (plain)
1
2
3
4
5
6
7
8
9
10
11
int
e_inline_baz (void)
{
 return 0;
}

 __attribute__((noinline)) int
f (void)
{
 return 1;
}