]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/why_live/foo.c
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / why_live / foo.c
1
2 extern void bar();
3
4 void foo()
5 {
6 bar();
7 }
8
9 void frob()
10 {
11 bar();
12 }