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