1*f4a2713aSLionel Sambuc // Check that wmmintrin.h is includable with just -maes. 2*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple x86_64-unknown-unknown \ 3*f4a2713aSLionel Sambuc // RUN: -verify %s -ffreestanding -target-feature +aes 4*f4a2713aSLionel Sambuc // expected-no-diagnostics 5*f4a2713aSLionel Sambuc #include <wmmintrin.h> 6