1 // RUN: %clang_cc1 -fsyntax-only -ffreestanding %s -verify
2 // RUN: %clang_cc1 -fsyntax-only -ffreestanding -flax-vector-conversions=none %s -verify
3 // RUN: %clang_cc1 -fsyntax-only -ffreestanding -x c++ %s -verify
4 // expected-no-diagnostics
5 
6 #if defined(i386) || defined(__x86_64__)
7 
8 // Include the metaheader that includes all x86 intrinsic headers.
9 #include <x86intrin.h>
10 
11 #endif
12