blob: 1085e80c4017b7cb029b7d495bb03726701d1c12 [file] [log] [blame]
// PERMUTE_ARGS:
// REQUIRED_ARGS: -c -transition=tls
/*
TEST_OUTPUT:
---
compilable/sw_transition_tls.d(11): x is thread local
compilable/sw_transition_tls.d(15): y is thread local
---
*/
int x;
struct S
{
static int y;
}