dyld-750.5.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 }