]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/weak-external-reloc/baz.c
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / weak-external-reloc / baz.c
1
2
3
4
5
6 int __attribute__((weak)) bar[] = { 30, 31, 32, 33 };
7
8