]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/weak_import-local/foo.h
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / weak_import-local / foo.h
1
2
3 extern void func2() __attribute__((weak_import));
4
5 extern int data2 __attribute__((weak_import));
6