aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/lto/pr47188_1.c
blob: f18f4db381a4b083d8ce6ab205359d452c51e8ab (plain)
1
2
3
4
5
6
7
8
/* { dg-options "-fno-lto" } */

extern int foo(void);

int main(void)
{
  return foo();
}