xref: /minix3/external/bsd/llvm/dist/clang/test/Headers/c89.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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