]> 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
index 89caa9d6d6df5e01507fb94c71ac3751a4b5477e..3037663f2113bc1e9886919432cd900792f43dcb 100644 (file)
@@ -6,5 +6,6 @@ int main()
 {
        fprintf(stdout, "hello\n");
     foo();
+       return 0;
 }