xref: /aosp_15_r20/bionic/tests/libs/versioned_lib_v2.map (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1TESTLIB_V0 {
2  global:
3    version_zero_function;
4  local:
5    versioned_function_v*;
6};
7
8TESTLIB_V1 {
9  global:
10    versioned_function;
11} TESTLIB_V0;
12
13TESTLIB_V2 {
14  global:
15    versioned_function;
16} TESTLIB_V1;
17