__thread
__attribute__((tls_model("initial-exec")))
int var1;
__thread
__attribute__((tls_model("initial-exec")))
long var2 = 13;
