blob: acf01b40e06e277c7809607ecb62968cdf5e5e56 [file] [log] [blame]
Sebastian Pop9ec60df2012-01-20 22:01:23 +00001// RUN: %clang -target i386-apple-darwin10 -fsyntax-only -Xclang -verify -std=c89 %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00002// expected-no-diagnostics
Daniel Dunbar60c38932010-03-26 20:17:23 +00003
Bill Wendling80d56a92010-10-20 00:12:59 +00004// 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
Chris Lattner1bddbcb2010-03-22 18:14:12 +00009// PR6658
10#include <xmmintrin.h>
11