]> git.saurik.com Git - apple/ld64.git/blame_incremental - 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
1
2
3int x;
4
5int foo() { return x; }
6