Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang_cc1 -triple thumbv7--windows -fms-extensions -fsyntax-only -verify %s
      2 // expected-no-diagnostics
      3 
      4 __declspec(thread) int i;
      5 
      6