]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/private-non-lazy/foo.c
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / private-non-lazy / foo.c
1
2
3 extern int foo;
4
5 int getfoo() { return foo; }
6
7