]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/weak_import-local/foo.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / weak_import-local / foo.c
1
2
3 #include "foo.h"
4
5 void func2() {}
6 int data2 = 0; // weak_import initialized
7