hanchenye-llvm-project/clang/test/CodeGen/windows-on-arm-tls-support.c

6 lines
140 B
C

// RUN: %clang_cc1 -triple thumbv7--windows -fms-extensions -fsyntax-only -verify %s
// expected-no-diagnostics
__declspec(thread) int i;