]> git.saurik.com Git - apple/ld64.git/blobdiff - 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
diff --git a/unit-tests/test-cases/weak_import-local/foo.c b/unit-tests/test-cases/weak_import-local/foo.c
new file mode 100644 (file)
index 0000000..6eabcc7
--- /dev/null
@@ -0,0 +1,7 @@
+
+
+#include "foo.h"
+
+void func2() {}
+int data2 = 0; // weak_import initialized
+