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