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