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