]> git.saurik.com Git - apple/ld64.git/blame - 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
CommitLineData
b1f7435d
A
1
2
3extern void func2() __attribute__((weak_import));
4
5extern int data2 __attribute__((weak_import));
6