2001-05-25 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers7a.c
CommitLineData
252b5132
RH
1/*
2 * Test supplied by Ulrich. Verify that we can correctly force 'a'
3 * to local scope.
4 */
5int
6__a_internal (int e)
7{
8 return e + 10;
9}
10
11int
12__b_internal (int e)
13{
14 return e + 42;
15}
16
17asm (".symver __a_internal,hide_a@@VERS_1");
18asm (".symver __b_internal,show_b@@VERS_1");
This page took 0.072805 seconds and 4 git commands to generate.