PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20081202-2_1.c
blobadb150245027ab5efa31d7e206ce8f0d2f3aef75
1 static void __attribute__((noinline))
2 bar (void)
6 void *
7 foo (void)
9 return bar;
12 void
13 quxx (void)
15 return bar ();