]> git.saurik.com Git - apple/ld64.git/blobdiff - FireOpal/unit-tests/test-cases/static-executable/test.c
ld64-85.2.2.tar.gz
[apple/ld64.git] / FireOpal / unit-tests / test-cases / static-executable / test.c
diff --git a/FireOpal/unit-tests/test-cases/static-executable/test.c b/FireOpal/unit-tests/test-cases/static-executable/test.c
deleted file mode 100644 (file)
index 27fe88d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-int foo()
-{
-       return 0;
-}
-
-
-int entry()
-{
-       return foo();
-}