compile: Fix detected inferior type
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / plt-lib.c
1 int
2 foo (void)
3 {
4 return 1;
5 }
6
7 int
8 bar (void)
9 {
10 return -1;
11 }
This page took 0.029583 seconds and 4 git commands to generate.