]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/Lpath/main.c
ld64-123.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / Lpath / main.c
diff --git a/unit-tests/test-cases/Lpath/main.c b/unit-tests/test-cases/Lpath/main.c
new file mode 100644 (file)
index 0000000..49deebf
--- /dev/null
@@ -0,0 +1,8 @@
+
+extern int foo();
+
+int main()
+{
+       foo();
+       return 0;
+}
\ No newline at end of file