8 lines
48 B
C
8 lines
48 B
C
|
__thread int a;
|
||
|
|
||
|
int
|
||
|
main(void)
|
||
|
{
|
||
|
return a;
|
||
|
}
|