Symbol visibility tests

This commit is contained in:
2024-05-10 13:47:37 -07:00
parent f5920ba6c7
commit ba2b76cb13
11 changed files with 185 additions and 13 deletions

6
linker.map Normal file
View File

@@ -0,0 +1,6 @@
{
global:
*ConflictSet*;
local:
*;
};