]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/weak-def-bind-old-format.dtest/foo.c
dyld-851.27.tar.gz
[apple/dyld.git] / testing / test-cases / weak-def-bind-old-format.dtest / foo.c
1
2 __attribute__((weak))
3 int weakTestValue = 1;
4
5 int foo() {
6 return weakTestValue;
7 }