dyld-655.1.tar.gz
[apple/dyld.git] / unit-tests / test-cases / weak-coalesce-stubs / bar.c
1 void bar() {}
2
3 void foo() __attribute__((weak));
4 void foo()
5 {
6 }