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