]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/re-export-and-use/pub.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / re-export-and-use / pub.c
diff --git a/unit-tests/test-cases/re-export-and-use/pub.c b/unit-tests/test-cases/re-export-and-use/pub.c
new file mode 100644 (file)
index 0000000..03ffc1b
--- /dev/null
@@ -0,0 +1,5 @@
+
+int pub()
+{
+       return 1;
+}