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