]> git.saurik.com Git - apple/dyld.git/blame - testing/kernel-cache-tests/last-data-const/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / kernel-cache-tests / last-data-const / bar.c
CommitLineData
bc3b7c8c
A
1
2int pack = 0;
3
4extern int foo();
5
6int bar() {
7 return foo() + pack;
8}