1 2 3 4 5 6 7 8
/* { dg-options "-fno-lto" } */ extern int foo(void); int main(void) { return foo(); }