dyld-733.6.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