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