dyld-733.6.tar.gz
[apple/dyld.git] / unit-tests / test-cases / weak-in-dylib / foo.c
1
2
3
4
5
6 int __attribute__((weak)) foo[] = { 1, 2, 3, 4 };
7