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