]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/symbol-hiding-umbrella/foo.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / symbol-hiding-umbrella / foo.c
1
2 void foo() {}
3
4 #define SYMBOL_NOT_HERE_IN_10_6(sym) \
5 extern const char sym##_tmp __asm("$ld$hide$os10.6$_" #sym ); const char sym##_tmp = 0;
6
7 SYMBOL_NOT_HERE_IN_10_6(bar)