]> git.saurik.com Git - apple/dyld.git/blob - testing/kernel-cache-tests/strip-all/bar.c
2ad0d8dc3a7e52f8737cd7ffd2fe09c52ff0ca06
[apple/dyld.git] / testing / kernel-cache-tests / strip-all / bar.c
1
2 extern int foo();
3
4 int bar() {
5 return foo();
6 }