diff options
Diffstat (limited to 'test/Sema/builtins-decl.c')
-rw-r--r-- | test/Sema/builtins-decl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/builtins-decl.c b/test/Sema/builtins-decl.c index d6b004aa88..729dc4599d 100644 --- a/test/Sema/builtins-decl.c +++ b/test/Sema/builtins-decl.c @@ -1,5 +1,6 @@ // RUN: %clang_cc1 %s -fsyntax-only -verify -triple=i686-mingw32 // RUN: %clang_cc1 %s -fsyntax-only -verify -triple=x86_64-mingw32 +// expected-no-diagnostics // mingw-w64's intrin.h has decls below. // we should accept them. |