]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/allowable-client/main.c
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / allowable-client / main.c
CommitLineData
d696c285
A
1extern int foo ();
2
3int main (void)
4{
5 return foo();
6}