weak alias test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / main1.c
CommitLineData
bd7c9df6
L
1#pragma weak deallocate_foo
2int deallocate_foo = 1;
3
0c52a746 4extern void foobar ();
bd7c9df6
L
5
6int
7main ()
8{
0c52a746 9 foobar ();
bd7c9df6
L
10 return 0;
11}
This page took 0.700004 seconds and 4 git commands to generate.