binutils-gdb/ld/testsuite/ld-elf/pr9676-4.c

10 lines
91 B
C

extern int bar (void);
extern int foo (void);
int
x (void)
{
foo ();
return bar ();
}