mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
12 lines
115 B
Perl
12 lines
115 B
Perl
|
{
|
||
|
main;
|
||
|
not_a_symbol;
|
||
|
global;
|
||
|
extern "C++" { t1_6* };
|
||
|
};
|
||
|
{
|
||
|
extern "C++" { t16a* };
|
||
|
local;
|
||
|
extern;
|
||
|
};
|