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