]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/dylib-re-export-cycle/main.c
ld64-77.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dylib-re-export-cycle / main.c
CommitLineData
a61fdf0a
A
1extern void unfindable();
2
3int main() {
4 unfindable();
5 return 0;
6}