]> git.saurik.com Git - apple/ld64.git/blobdiff - FireOpal/unit-tests/test-cases/rebase-basic/foo.c
ld64-85.2.2.tar.gz
[apple/ld64.git] / FireOpal / unit-tests / test-cases / rebase-basic / foo.c
diff --git a/FireOpal/unit-tests/test-cases/rebase-basic/foo.c b/FireOpal/unit-tests/test-cases/rebase-basic/foo.c
deleted file mode 100644 (file)
index 15d4ae6..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-int foo() { return 10; }
-
-void* foop = &foo;
-
-int glob = 5;
-
-int* globp = &glob;
-
-
-int big[3000];
-
-
\ No newline at end of file