PowerPC VLE
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14862-1.c
CommitLineData
dda8ddc5
L
1extern void bar () __attribute__((weak));
2
3int
4main (void)
5{
6 if (bar)
7 bar ();
8 return 0;
9}
This page took 0.214101 seconds and 4 git commands to generate.