ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/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}
This page took 0.223579 seconds and 4 git commands to generate.