2001-05-25 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers2.c
CommitLineData
252b5132
RH
1/*
2 * Test function. This is built into a shared library, and references a
3 * versioned symbol foo that is in test.so.
4 */
0cd9f5f0
ILT
5#include <stdio.h>
6
7extern int show_foo ();
252b5132
RH
8
9void
10show_xyzzy()
11{
12 printf("%d", show_foo());
13}
This page took 0.069029 seconds and 4 git commands to generate.