repo.or.cz
/
clang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git]
/
test
/
Headers
/
c89.c
blob
9e01ff9297b86e8a33a0822b3b52ed3bd00fba8b
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