Foo
extern Foo foo;
Foo foo;
static thread_local Foo f;
thread_local static Foo foo;
static thread_local Foo g;