]> git.saurik.com Git - apple/ld64.git/blame - FireOpal/unit-tests/test-cases/re-export-optimizations/main.c
ld64-85.2.1.tar.gz
[apple/ld64.git] / FireOpal / unit-tests / test-cases / re-export-optimizations / main.c
CommitLineData
4f3e367c
A
1
2extern void bar();
3
4int main()
5{
6#if CALL_BAR
7 bar();
8#endif
9 return 0;
10}