diff options
Diffstat (limited to 'tests/libs/versioned_lib_v1.map')
-rw-r--r-- | tests/libs/versioned_lib_v1.map | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/libs/versioned_lib_v1.map b/tests/libs/versioned_lib_v1.map new file mode 100644 index 0000000..dbda327 --- /dev/null +++ b/tests/libs/versioned_lib_v1.map @@ -0,0 +1,12 @@ +TESTLIB_V0 { + global: + version_zero_function; + local: + versioned_function_v*; +}; + +TESTLIB_V1 { + global: + versioned_function; +} TESTLIB_V0; + |