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