summaryrefslogtreecommitdiffstats
path: root/test/Headers/x86-intrinsics-headers-clean.cpp
blob: 0a0679064c666e8513e8670ce853b1b515dfc33c (plain)
1
2
3
4
5
6
7
8
// Make sure the intrinsic headers compile cleanly with no warnings or errors.

// RUN: %clang_cc1 -ffreestanding -triple x86_64-unknown-unknown -Wsystem-headers \
// RUN:   -fsyntax-only -fno-lax-vector-conversions -x c++ -verify %s

// expected-no-diagnostics

#include <x86intrin.h>