]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/weak-lazy-slidable/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / weak-lazy-slidable / bar.c
1
2
3 #include <stdbool.h>
4
5 bool bar1()
6 {
7 return true;
8 }
9
10 __attribute__((weak)) void junk()
11 {
12 }