binutils-gdb/ld/testsuite/ld-elfvers/vers23.c

11 lines
89 B
C

extern void bar ();
extern void foo ();
int
main ()
{
bar ();
foo ();
return 0;
}