]> git.saurik.com Git - apple/ld64.git/blob - FireOpal/unit-tests/test-cases/weak_dylib/bar.c
261a806cad87ffea44fe0b3f6fb17925a157e47c
[apple/ld64.git] / FireOpal / unit-tests / test-cases / weak_dylib / bar.c
1
2
3 #include "bar.h"
4
5 void bar1() {}
6 void bar2() {}
7 void bar3() {}
8 void bar4() {}
9