android13/external/libabigail/tests/data/test-lookup-syms/test1.version-script

8 lines
88 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
VERSION_1.0 {
global: foo;
local: *;
};
VERSION_2.0 {
global: foo;
} VERSION_1.0;