]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak_import-local/foo.h
ld64-123.2.tar.gz
[apple/ld64.git] / 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