7 lines
60 B
C
7 lines
60 B
C
extern __thread int foo;
|
|
|
|
int
|
|
bar (void)
|
|
{
|
|
return foo;
|
|
}
|