Retro68/binutils/ld/testsuite/ld-elf/indirect1c.c

8 lines
55 B
C
Raw Normal View History

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