]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak_import-force/foo.c
c0bbc1e8fefa868b427f91cbc8f1f22094416df3
[apple/ld64.git] / unit-tests / test-cases / weak_import-force / foo.c
1
2
3
4 void foo1() {}
5 void foo2() {}
6
7
8 int foo_data1 = 0;
9 int foo_data2 = 0;