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
18TESTLIB_V3 {
19 global:
20 versioned_function;
21} TESTLIB_V2;
22