]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/weak-external-reloc/bar.c
dyld-851.27.tar.gz
[apple/dyld.git] / unit-tests / test-cases / weak-external-reloc / bar.c
1
2
3 int bar[] = { 20, 21, 22, 23 };
4
5 // needs something weak to join coalescing
6 int __attribute__((weak)) junk = 5;