dyld-732.8.tar.gz
[apple/dyld.git] / testing / test-cases / thread-local-destructors.dtest / foo.c
1
2
3
4 __thread int a;
5 __thread int b = 5;
6
7
8