rt_gccstream/gcc/testsuite/gcc.dg/lto/20081118_2.c

12 lines
95 B
C

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