123.2
[darwin-xtools.git] / ld64 / unit-tests / test-cases / symbol-hiding-umbrella / foo.c
blobd946cb4ccd88a7b5254395ac0d41a340f8ef2e21
2 void foo() {}
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;
7 SYMBOL_NOT_HERE_IN_10_6(bar)