]> git.saurik.com Git - apple/ld64.git/blame_incremental - unit-tests/test-cases/force-weak/test.c
ld64-224.1.tar.gz
[apple/ld64.git] / unit-tests / test-cases / force-weak / test.c
... / ...
CommitLineData
1
2extern int foo;
3
4int getfoo() { return foo; }
5