dyld-733.6.tar.gz
[apple/dyld.git] / testing / test-cases / weak-coalesce-unload.dtest / foo1.c
1
2 __attribute__((weak))
3 int foo = 1;
4
5 void* fooPtr() {
6 return &foo;
7 }