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