[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Headers / x86intrin.c
blob53e369559f40896ce6c9616e1f212e5cc01bd2b9
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
6 #if defined(i386) || defined(__x86_64__)
8 // Include the metaheader that includes all x86 intrinsic headers.
9 #include <x86intrin.h>
11 #endif