8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
|
VERSION_1.0 {
|
||
|
global: foo;
|
||
|
local: *;
|
||
|
};
|
||
|
|
||
|
VERSION_2.0 {
|
||
|
global: foo;
|
||
|
} VERSION_1.0;
|