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