bolt/deps/llvm-18.1.8/clang/test/CodeGen/windows-on-arm-tls-support.c
2025-02-14 19:21:04 +01:00

5 lines
140 B
C

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