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