]> 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
index 89caa9d6d6df5e01507fb94c71ac3751a4b5477e..0738f0e859e55d97b39f4b16660ca9558e346839 100644 (file)
@@ -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