]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr19719b.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr19719b.c
CommitLineData
aec6b87e
L
1extern int __attribute__ ((weak)) fun (void);
2int
3foo (void)
4{
5 if (&fun != 0)
6 return fun ();
7 return 0;
8}