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