Test symbol visibility

This commit is contained in:
2024-01-30 10:39:43 -08:00
parent 831088aad9
commit 79176757fc
3 changed files with 24 additions and 0 deletions

6
linker.map Normal file
View File

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