[RISCV] Simplify usage of SplatPat_simm5_plus1. NFC (#125340)
[llvm-project.git] / clang / test / CodeGenCXX / aarch64-mangle-sve-vectors-msvc.cpp
blob435feec774ece8087c0dfcf02bed5f69bf1ab948
1 // RUN: not %clang_cc1 -triple aarch64-unknown-windows-msvc %s -emit-llvm \
2 // RUN: -o - 2>&1 | FileCheck %s
4 template<typename T> struct S {};
6 // CHECK: cannot mangle this built-in type: __SVInt8_t yet
7 void f1(S<__SVInt8_t>) {}