bolt/deps/llvm-18.1.8/clang/test/CodeGenCXX/aarch64-mangle-sve-vectors-msvc.cpp
2025-02-14 19:21:04 +01:00

7 lines
231 B
C++

// RUN: not %clang_cc1 -triple aarch64-unknown-windows-msvc %s -emit-llvm \
// RUN: -o - 2>&1 | FileCheck %s
template<typename T> struct S {};
// CHECK: cannot mangle this built-in __SVInt8_t type yet
void f1(S<__SVInt8_t>) {}