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