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