blob: 5b1ce5983cdc6e4bb4cee4143f9fc7666d936ac3 [file] [log] [blame]
Dmitriy Ivanov2a815362015-04-09 13:42:33 -07001TESTLIB_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;