[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Headers / c89.c
blob6188df5487bd2ec1337e9d028b3c2281fdc4852e
1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -target-cpu yonah -fsyntax-only -verify -std=c89 %s
2 // expected-no-diagnostics
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.
7 #define __MM_MALLOC_H
9 // PR6658
10 #include <xmmintrin.h>