1 2 3 4 5 6 7 8 9
#include "tst-tls10.h" __thread int mod15b_var __attribute__((tls_model("initial-exec"))); int in_dso (void) { return mod15b_var; }