mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 15:04:46 +00:00
11 lines
121 B
Plaintext
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;
|