1// RUN: %clang_cc1 -triple thumbv7--windows -fms-extensions -fsyntax-only -verify %s2// expected-no-diagnostics3 4__declspec(thread) int i;5 6