]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak_import-force/bar.c
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / weak_import-force / bar.c
1
2
3
4 void bar1() {}
5 void bar2() {}
6
7
8 int bar_data1 = 0;
9 int bar_data2 = 0;