]> git.saurik.com Git - apple/dyld.git/blob - unit-tests/test-cases/tlv-dylib/foo.c
dyld-360.19.tar.gz
[apple/dyld.git] / unit-tests / test-cases / tlv-dylib / foo.c
1
2
3
4 __thread int a;
5 __thread int b = 5;
6
7
8 int getB() { return b; }