xref: /minix3/external/bsd/llvm/dist/clang/test/Headers/arm-acle-header.c (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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