dyld-832.7.1.tar.gz
[apple/dyld.git] / testing / test-cases / missing-weak-def.dtest / bar.c
1
2 __attribute__((weak))
3 int bar() {
4 return 0;
5 }