Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr13250-2.c
CommitLineData
3e0882af
L
1extern int common1[8];
2
3extern void foo ();
4
5int
6bar ()
7{
8 foo ();
9 return common1[4];
10}
This page took 0.40092 seconds and 4 git commands to generate.