xref: /aosp_15_r20/external/clang/test/Headers/c89.c (revision 67e74705e28f6214e480b399dd47ea732279e315)
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