dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / non-lazy-weak / foo.c
1
2 extern int bar;
3
4 int foo()
5 {
6 return bar;
7 }