brintos

brintos / llvm-project-archived public Read only

0
0
Text · 140 B · dfb8b27 Raw
6 lines · c
1// RUN: %clang_cc1 -triple thumbv7--windows -fms-extensions -fsyntax-only -verify %s2// expected-no-diagnostics3 4__declspec(thread) int i;5 6