Files
rk35xx-android14/external/libabigail/tests/data/test-abicompat/test3-fn-removed-v1.cc
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

16 lines
334 B
C++

// Compile this with:
// g++ -Wall -g -shared -Wl,--version-script=test3-fn-removed-version-script-1 -o libtest3-fn-removed-v1.so test3-fn-removed-v1.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_2.0");