Fix some AVR test failures.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14862-1.c
1 extern void bar () __attribute__((weak));
2
3 int
4 main (void)
5 {
6 if (bar)
7 bar ();
8 return 0;
9 }
This page took 0.030005 seconds and 4 git commands to generate.