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