]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/weak-in-dylib/foo.c
dyld-851.27.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