X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/9d2e0767a8f401be0067937f63a08b1c4f79297d..b2fa67a80bc53211e4d1ea81f23e9f953ee1dd6c:/unit-tests/test-cases/branch-islands/hello.c diff --git a/unit-tests/test-cases/branch-islands/hello.c b/unit-tests/test-cases/branch-islands/hello.c old mode 100755 new mode 100644 index 89caa9d..3037663 --- a/unit-tests/test-cases/branch-islands/hello.c +++ b/unit-tests/test-cases/branch-islands/hello.c @@ -6,5 +6,6 @@ int main() { fprintf(stdout, "hello\n"); foo(); + return 0; }