mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-18 11:08:26 +00: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;
|
|
};
|