ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[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.390752 seconds and 4 git commands to generate.