static__threadinty__attribute((tls_model("local","dynamic")));// expected-error {{attribute takes one argument}}
static__threadinty__attribute((tls_model(123)));// expected-error {{argument to tls_model attribute was not a string literal}}
static__threadinty__attribute((tls_model("foobar")));// expected-error {{tls_model must be "global-dynamic", "local-dynamic", "initial-exec" or "local-exec"}}