summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/windows-on-arm-tls-support.c
blob: dfb8b27fd7f172251becf27ceefbbe0286f39896 (plain)
1
2
3
4
5
// RUN: %clang_cc1 -triple thumbv7--windows -fms-extensions -fsyntax-only -verify %s
// expected-no-diagnostics

__declspec(thread) int i;