projects
/
apple
/
ld64.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ld64-127.2.tar.gz
[apple/ld64.git]
/
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 e2f0fe9c1f9d3587a7bf40e8a7cabe84487378e8..4750b51f364f9ed734a7bb638cd7fee048c54094 100644
(file)
--- 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