]> git.saurik.com Git - apple/ld64.git/blobdiff - unit-tests/test-cases/branch-islands/hello.c
ld64-128.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-islands / hello.c
old mode 100755 (executable)
new mode 100644 (file)
index 89caa9d..3037663
@@ -6,5 +6,6 @@ int main()
 {
        fprintf(stdout, "hello\n");
     foo();
+       return 0;
 }