• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang -target i386-apple-darwin10 -fsyntax-only -Xclang -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