X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/9d2e0767a8f401be0067937f63a08b1c4f79297d..599556ff3dd31aab68bb9685f1ed7fc4867803e7:/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..0738f0e --- a/unit-tests/test-cases/branch-islands/hello.c +++ b/unit-tests/test-cases/branch-islands/hello.c @@ -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