blob: ec42cdc3bd5c2f274331ddcf4ce1964ee848bead [file] [log] [blame]
__thread int foo_var = 1;
int
_start (void)
{
return foo_var;
}