dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / dlopen-RTLD_LOCAL-weak / bar.c
1 int __attribute__((weak)) A[] = { 1, 2, 3, 4 };
2
3
4 int* getA() { return A; }
5