]>
git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak_import-disable/foo.c
260977e5ec5887d10a323dd09c1c031cf4c0a204
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
)