[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Sema / aarch64-sme2p1-diagnostics.c
blob2a25039e120b17e96fcccc9114d7e7c94288145e
1 // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +bf16 -target-feature +sme -target-feature +sme2 -target-feature +sme2p1 -fsyntax-only -verify %s
3 // REQUIRES: aarch64-registered-target
4 #include "arm_sme.h"
6 svuint8x2_t test_sme2p1(svuint8x2_t x) __arm_streaming {
7 // expected-no-diagnostics
8 return x;