]> git.saurik.com Git - apple/ld64.git/blame_incremental - unit-tests/test-cases/weak_dylib/bar.h
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / weak_dylib / bar.h
... / ...
CommitLineData
1
2
3extern void bar1();
4extern void bar2() __attribute__((weak_import));
5extern void bar3();
6extern void bar4() __attribute__((weak_import));
7
8
9