]>
git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/weak-external-reloc-flat/bar.c
4787d5b85eb97b31c7d107e92d1a6d234738a9d2
3 int bar
[] = { 20, 21, 22, 23 };
6 int __attribute__((weak
)) frob
[] = { 30, 31, 32, 33 };
8 int bar_getfrob(int x
) { return frob
[x
]; }