mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
12 lines
77 B
Perl
12 lines
77 B
Perl
|
"foo@VERS.1" = foo;
|
||
|
|
||
|
VERSION {
|
||
|
VERS.2 {
|
||
|
global:
|
||
|
foo;
|
||
|
};
|
||
|
|
||
|
VERS.1 {
|
||
|
};
|
||
|
}
|