ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / indirect5a.c
CommitLineData
c5d37467
AM
1extern void foo (long *);
2long bar;
3
4int
5main (void)
6{
7 foo (&bar);
8 return 0;
9}
This page took 0.171591 seconds and 4 git commands to generate.