mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-12 04:54:35 +00:00
21 lines
351 B
C++
21 lines
351 B
C++
|
// Compile this with:
|
||
|
// g++ -Wall -g -shared -Wl,--version-script=test3-fn-removed-version-script-0 -o libtest3-fn-removed-v0.so test3-fn-removed-v0.cc
|
||
|
|
||
|
int
|
||
|
_internal_fun0()
|
||
|
{return 0;}
|
||
|
|
||
|
asm(".symver _Z14_internal_fun0v,_Z4fun0v@@VERSION_1.0");
|
||
|
|
||
|
void
|
||
|
_internal_fun1()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
asm(".symver _Z14_internal_fun1v,_Z4fun1v@@VERSION_1.0");
|
||
|
|
||
|
void
|
||
|
fun3()
|
||
|
{
|
||
|
}
|