Sign in
llvm
/
clang
/
3b8d539899d6651504edfbaaa2ea68eb9d7aa6ac
/
.
/
test
/
CodeGenCXX
/
aarch64-mangle-sve-vectors-msvc.cpp
blob: 55b87da122b04f18daf07caf9059b7526ff3994c [
file
] [
log
] [
blame
]
// 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
>)
{}