]> git.saurik.com Git - apple/dyld.git/blame - unit-tests/test-cases/re-export-framework/foo.c
dyld-96.2.tar.gz
[apple/dyld.git] / unit-tests / test-cases / re-export-framework / foo.c
CommitLineData
bac542e6
A
1int foo()
2{
3 return 0;
4}
5