8 lines
53 B
C
8 lines
53 B
C
|
extern __thread int i;
|
||
|
|
||
|
int main() {
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
|