]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/slow-x86-stubs/hello.c
fe3b0df73cee64984a42918c46361fed87513780
[apple/ld64.git] / unit-tests / test-cases / slow-x86-stubs / hello.c
1 #include <stdio.h>
2
3 int main()
4 {
5 fprintf(stdout, "hello\n");
6 return 0;
7 }