aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libs/versioned_lib_other.map
blob: 752686defa33fec6c481e912132647ef56134aff (plain)
1
2
3
4
5
6
7
8
9
TESTLIB_V0 {
  local:
    versioned_function_v*;
};

TESTLIB_V2 {
  global:
    versioned_function;
} TESTLIB_V0;