1*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -triple armv7-eabi -target-cpu cortex-a15 -fsyntax-only -ffreestanding %s 2*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -triple aarch64-eabi -target-cpu cortex-a53 -fsyntax-only -ffreestanding %s 3*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -triple thumbv7-windows -target-cpu cortex-a53 -fsyntax-only -ffreestanding %s 4*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -x c++ -triple armv7-eabi -target-cpu cortex-a15 -fsyntax-only -ffreestanding %s 5*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -x c++ -triple aarch64-eabi -target-cpu cortex-a57 -fsyntax-only -ffreestanding %s 6*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -x c++ -triple thumbv7-windows -target-cpu cortex-a15 -fsyntax-only -ffreestanding %s 7*0a6a1f1dSLionel Sambuc // expected-no-diagnostics 8*0a6a1f1dSLionel Sambuc 9*0a6a1f1dSLionel Sambuc #include <arm_acle.h> 10