source:
binutils/trunk/ld/testsuite/ld-elf/pr19719c.c@
1973
Last change on this file since 1973 was 1973, checked in by , 8 years ago | |
---|---|
File size: 113 bytes |
Line | |
---|---|
1 | extern int __attribute__ ((weak)) fun (void); |
2 | int |
3 | bar (void) |
4 | { |
5 | if (&fun != 0) |
6 | return fun (); |
7 | return 0; |
8 | } |
Note:
See TracBrowser
for help on using the repository browser.