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