dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / test-cases / weak-def-unload.dtest / foo.c
1
2 __attribute__((weak))
3 void weak1() { }
4
5 __attribute__((weak))
6 void weak2() { }
7