android13/external/libabigail/tests/data/test-diff-dwarf/test12-version-script

11 lines
121 B
Plaintext

VERSION_1.0 {
global: foo;
};
VERSION_2.0 {
global: foo;
} VERSION_1.0;
VERSION_3.0 {
global: foo;
} VERSION_2.0;