]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/branch-islands/extra.c
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / branch-islands / extra.c
1 #include <stdbool.h>
2
3
4 bool test1()
5 {
6 return false;
7 }
8