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