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

8 lines
47 B
C

extern void foo ();
void
bar ()
{
foo ();
}