llvm-for-llvmta/tools/clang/test/Headers/x86-intrinsics-headers-clean.cpp
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

9 lines
300 B
C++

// Make sure the intrinsic headers compile cleanly with no warnings or errors.
// RUN: %clang_cc1 -ffreestanding -triple x86_64-unknown-unknown -Wsystem-headers \
// RUN: -Wcast-qual -fsyntax-only -flax-vector-conversions=none -x c++ -verify %s
// expected-no-diagnostics
#include <x86intrin.h>