X-Git-Url: https://git.saurik.com/apple/ld64.git/blobdiff_plain/55e3d2f687f4ed9653982dbda92c6a055b0a8350..afe874b1634377ecb27057ee76deb04915bb34d7:/unit-tests/test-cases/hello-world/hello.c diff --git a/unit-tests/test-cases/hello-world/hello.c b/unit-tests/test-cases/hello-world/hello.c index e2f0fe9..4750b51 100644 --- a/unit-tests/test-cases/hello-world/hello.c +++ b/unit-tests/test-cases/hello-world/hello.c @@ -26,4 +26,5 @@ int main() { fprintf(stdout, "hello\n"); + return 0; } \ No newline at end of file