2001-05-25 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers19.c
CommitLineData
0cd9f5f0
ILT
1#include <stdio.h>
2
3extern int show_foo ();
4
f0489494
ILT
5int
6main ()
7{
8 printf ("%d\n", show_foo ());
9 return 0;
10}
This page took 0.066462 seconds and 4 git commands to generate.