]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/weak_import-local/foo.h
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / weak_import-local / foo.h
diff --git a/unit-tests/test-cases/weak_import-local/foo.h b/unit-tests/test-cases/weak_import-local/foo.h
new file mode 100644 (file)
index 0000000..1dd4e82
--- /dev/null
@@ -0,0 +1,6 @@
+
+
+extern void func2() __attribute__((weak_import));
+
+extern int data2 __attribute__((weak_import));
+