/* cc -o thread thread.c */ #include static __thread int var; int main () { return var; ; return 0; }