xref
: /
external
/
libabigail
/
tests
/
data
/
test-lookup-syms
/
test1.version-script
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
VERSION_1.0 {
2
global: foo;
3
local: *;
4
};
5
6
VERSION_2.0 {
7
global: foo;
8
} VERSION_1.0;