]> git.saurik.com Git - apple/dyld.git/blame - unit-tests/test-cases/text-relocs/bind.c
dyld-195.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / text-relocs / bind.c
CommitLineData
412ebb8e
A
1
2extern int y;
3
4int test()
5{
6 return y;
7}