dyld-733.6.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