]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/dylib-re-export-cycle/main.c
8273541acbf2f03349954e302511d3f857600cf3
[apple/ld64.git] / unit-tests / test-cases / dylib-re-export-cycle / main.c
1 extern void unfindable();
2
3 int main() {
4 unfindable();
5 return 0;
6 }