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