windows-on-arm-tls-support.c 140 Bytes Raw Blame History Permalink 1 2 3 4 5 // RUN: %clang_cc1 -triple thumbv7--windows -fms-extensions -fsyntax-only -verify %s // expected-no-diagnostics __declspec(thread) int i;