]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak_import-disable/foo.c
7 #define WEAK_IMPORT_FOR_10_7(sym) \
8 extern const char sym##_tmp __asm("$ld$weak$os10.7$_" #sym ); const char sym##_tmp = 0;
11 WEAK_IMPORT_FOR_10_7(bar
)