blob: bb381029d20e4d9135ff12e17b012884cf41c87c [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;