dyld-733.6.tar.gz
[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 }