]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/dylib_file-missing/bar.c
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dylib_file-missing / bar.c
1
2
3
4 void bar()
5 {
6 }
7
8 #if BAR_EXTRA
9 void bar_extra()
10 {
11 }
12 #endif
13