gas/riscv: Produce version 3 DWARF CIE by default
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19719c.c
CommitLineData
aec6b87e
L
1extern int __attribute__ ((weak)) fun (void);
2int
3bar (void)
4{
5 if (&fun != 0)
6 return fun ();
7 return 0;
8}
This page took 0.210836 seconds and 4 git commands to generate.