blob: 19bdb840ccfb26a151f22faf693f2bb49ef41986 [file] [log] [blame]
NAKAMURA Takumi02b37742011-03-09 12:00:19 +00001// RUN: %clang_cc1 %s -fsyntax-only -verify -triple=i686-mingw32
2// RUN: %clang_cc1 %s -fsyntax-only -verify -triple=x86_64-mingw32
3
4// mingw-w64's intrin.h has decls below.
5// we should accept them.
6extern unsigned int __builtin_ia32_crc32qi (unsigned int, unsigned char);
7extern unsigned int __builtin_ia32_crc32hi (unsigned int, unsigned short);
8extern unsigned int __builtin_ia32_crc32si (unsigned int, unsigned int);