blob: d44c3029adf83b24d97ecc7273de94732dc1daf3 (
plain)
1
2
3
4
5
6
|
// RUN: rm -rf %t
// RUN: %clang_cc1 -triple i686-unknown-unknown -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t %s -verify -ffreestanding
// expected-no-diagnostics
#include<x86intrin.h>
|