[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Sema / aarch64-sve-intrinsics / big_endian.cpp
blob9d8abf2746051e66ece00a196602ebd7d1fdee9e
1 // RUN: %clang_cc1 -triple aarch64_be-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -fsyntax-only -verify %s
3 // expected-error@* {{Big endian is currently not supported for arm_sve.h}}
4 // REQUIRES: aarch64-registered-target
6 #include <arm_sve.h>