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