gas: sparc: fix collision of registers and pseudo-ops.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-14b.c
1 extern int bar(void);
2 extern int i;
3
4 void foo(void)
5 {
6 i = bar();
7 }
This page took 0.029028 seconds and 4 git commands to generate.