]> git.saurik.com Git - apple/dyld.git/blame - unit-tests/test-cases/zero-fill-segment/foo.c
dyld-239.3.tar.gz
[apple/dyld.git] / unit-tests / test-cases / zero-fill-segment / foo.c
CommitLineData
bac542e6
A
1
2extern int foo[];
3
4int getfoo(int x)
5{
6 return foo[x];
7}
8