Commit: Running the linker testsuite with clang
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / foo.c
CommitLineData
16a57284
L
1#pragma weak foo
2
3extern void foo ();
4
5void
6foo ()
7{
8}
This page took 0.981486 seconds and 4 git commands to generate.