Set OSABI field back to 0 (SysV), to avoid interoperability problems
[nacl-binutils.git] / ld / testsuite / ld-elfvers / vers16.c
blob6668bc60621cc897883111d74a0db83f6e330260
1 int show_bar ()
3 return 0;
5 extern int show_foo ();
7 int main ()
9 return show_foo ();