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