[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / CodeGen / windows-on-arm-tls-support.c
blobdfb8b27fd7f172251becf27ceefbbe0286f39896
1 // RUN: %clang_cc1 -triple thumbv7--windows -fms-extensions -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 __declspec(thread) int i;