1 __thread 2 __attribute__((tls_model("initial-exec"))) 3 int var1; 4 __thread 5 __attribute__((tls_model("initial-exec"))) 6 long var2 = 13; 7