mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 09:46:07 +00:00
6 lines
140 B
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;
|
||
|
|