]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/branch-islands/hello.c
ld64-241.9.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-islands / hello.c
old mode 100755 (executable)
new mode 100644 (file)
index 89caa9d..0738f0e
@@ -5,6 +5,10 @@ extern void foo();
 int main()
 {
        fprintf(stdout, "hello\n");
-    foo();
+  foo();
+       return 0;
 }
 
+void back()
+{
+}
\ No newline at end of file