]> Git Repo - binutils.git/blame - ld/testsuite/ld-elfvers/vers3.c
1999-07-21 H.J. Lu <[email protected]>
[binutils.git] / ld / testsuite / ld-elfvers / vers3.c
CommitLineData
252b5132
RH
1/*
2 * Main program for test1, test2.
3 */
0cd9f5f0
ILT
4#include <stdio.h>
5
6extern int show_foo ();
252b5132
RH
7
8int
9main()
10{
11 printf("%d\n", show_foo());
12 return 0;
13}
This page took 0.04078 seconds and 4 git commands to generate.