* ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / main1.c
1 #pragma weak deallocate_foo
2 int deallocate_foo = 1;
3
4 extern void foobar ();
5
6 int
7 main ()
8 {
9 foobar ();
10 return 0;
11 }
This page took 0.029445 seconds and 4 git commands to generate.