xref: /aosp_15_r20/bionic/tests/libs/versioned_lib_other.map (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1TESTLIB_V0 {
2  local:
3    versioned_function_v*;
4};
5
6TESTLIB_V2 {
7  global:
8    versioned_function;
9} TESTLIB_V0;
10