]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/lto-dead_strip-unused/bar.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / lto-dead_strip-unused / bar.c
1
2
3 void bar()
4 {
5 }
6
7
8 extern void unused1();
9
10 void unused2()
11 {
12 unused1();
13 }
14
15