c89.c revision 60c38932240b9c4a7da82c46a79eda2d4ffe78fd
1// RUN: %clang -ccc-host-triple i386-apple-darwin10 -fsyntax-only -Xclang -verify -std=c89 %s
2
3// FIXME: Disable inclusion of mm_malloc.h, our current implementation is broken
4// on win32 since we don't generally know how to find errno.h.
5
6#define __MM_MALLOC_H
7
8// PR6658
9#include <xmmintrin.h>
10
11