]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/blank-stubs/foo.c
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / blank-stubs / foo.c
1 int foo (void)
2 {
3 return 1;
4 }