* ld-elfweak/size_foo.c (foo): Fix warning about implicit return
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / size_foo.c
1 #pragma weak bar
2
3 extern void bar ();
4
5 void
6 foo ()
7 {
8 bar ();
9 }
This page took 0.031304 seconds and 5 git commands to generate.