]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/lto-dead_strip-tentative/bar.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-dead_strip-tentative / bar.c
1
2 int tent;
3
4 int bar() { return tent; }