1#
2# For use by test cases that create dynamic output types which may needs stubs
3# and therefore will need a dylib definition of dyld_stub_binder.
4#
5
6--- !mach-o
7arch:            armv7
8file-type:       MH_DYLIB
9install-name:    /usr/lib/libSystem.B.dylib
10exports:
11  - name:            dyld_stub_binder
12
13...
14