blob: e9106102d46047eab237b738d3fc4c53e9801f27 [file] [log] [blame]
V1 {
global:
extern "C++"
{
"bar()";
"baz(int*)";
};
foo;
blaza*;
bar*;
# Make sure we parse "extern" when it's not first thing in the section.
extern "C++"
{
myns::*;
};
# Would be a keyword in a linker script.
SECTIONS;
sizeof_headers;
# Crazy globbiness
glob*f[^A-Zo]stuff;
local:
*foo*;
};
V2 {
global:
extern "C++" {
otherns::stuff;
};
blaz*;
foo;
local:
_[^A-Z]*;
} V1;