]> git.saurik.com Git - apple/ld64.git/blame - FireOpal/unit-tests/test-cases/dylib_file/foo.c
ld64-85.2.1.tar.gz
[apple/ld64.git] / FireOpal / unit-tests / test-cases / dylib_file / foo.c
CommitLineData
4f3e367c
A
1
2extern void bar();
3
4void foo()
5{
6 bar();
7}