PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20090218_2.c
blobe9f835f362766947428d9d7758955fbdfc6d6a59
1 void bar(void);
2 void __attribute__((noinline)) *foo2 (void)
4 bar();
5 return (void *) bar;