binutils-gdb/ld/testsuite/ld-elfweak/size_foo.c

10 lines
65 B
C

#pragma weak bar
extern void bar ();
void
foo ()
{
bar ();
}