]> git.saurik.com Git - apple/dyld.git/blob - testing/test-cases/thread-local-cleanup.dtest/foo.c
dyld-625.13.tar.gz
[apple/dyld.git] / testing / test-cases / thread-local-cleanup.dtest / foo.c
1
2 __thread int a;
3 __thread int b = 5;
4
5
6