]> git.saurik.com Git - apple/dyld.git/blame - testing/kernel-cache-tests/strip-all/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / strip-all / bar.c
CommitLineData
bc3b7c8c
A
1
2extern int foo();
3
4int bar() {
5 return foo();
6}