1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -target-cpu yonah -fsyntax-only -verify -std=c89 %s 2 // expected-no-diagnostics 3 4 // FIXME: Disable inclusion of mm_malloc.h, our current implementation is broken 5 // on win32 since we don't generally know how to find errno.h. 6 7 #define __MM_MALLOC_H 8 9 // PR6658 10 #include <xmmintrin.h> 11 12