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
13