]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/weak-coalesce-stubs/bar.c
dyld-832.7.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 }