ld: don't use ia64 register name in expression of pr16322 test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / indirect3a.c
CommitLineData
90c984fc
L
1extern void bar (void);
2extern void foo (void);
3
4int
5main (void)
6{
7 foo ();
8 bar ();
9 return 0;
10}
This page took 0.132736 seconds and 4 git commands to generate.