7 lines
66 B
C
7 lines
66 B
C
5 months ago
|
__thread int tls;
|
||
|
|
||
|
int main(int argc, char** argv)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|