]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/shared-cache-dylib/foo.c
ld64-305.tar.gz
[apple/ld64.git] / unit-tests / test-cases / shared-cache-dylib / foo.c
CommitLineData
fb24a050 1
afe874b1
A
2
3int x;
4
5int foo() { return x; }
fb24a050 6