]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak_import2/foo1.c
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / weak_import2 / foo1.c
1
2
3 void func2() {}
4 void func4() {}
5
6
7 int data2 = 0; // foo.c also has weak_import initialized
8 int data4; // foo.c also has weak_import uninitialized
9 int data6 = 0; // foo.c also has weak_import
10