]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/text-relocs/bind.c
fa0dd8109bcc77bf8b3f6196fded9d06d3b8876d
[apple/dyld.git] / unit-tests / test-cases / text-relocs / bind.c
1
2 extern int y;
3
4 int test()
5 {
6 return y;
7 }