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

5
test_symbols.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -euo pipefail
diff -u <(nm $1 | grep " T " | cut -f3 -d " " | sort) $2