blob: 6188df5487bd2ec1337e9d028b3c2281fdc4852e [file] [log] [blame]
Chandler Carruth2c93cb22013-09-20 21:12:25 +00001// RUN: %clang_cc1 -triple i386-apple-darwin10 -target-cpu yonah -fsyntax-only -verify -std=c89 %s
Andy Gibbsc6e68da2012-10-19 12:44:48 +00002// expected-no-diagnostics
Daniel Dunbare17606d2010-03-26 20:17:23 +00003
Bill Wendling67c56212010-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 Lattner7eac8052010-03-22 18:14:12 +00009// PR6658
10#include <xmmintrin.h>
11