]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/symbol-hiding-umbrella/foo.c
d946cb4ccd88a7b5254395ac0d41a340f8ef2e21
[apple/ld64.git] / ld64-134.9 / 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)