]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/weak_import-local/foo.c
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / 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