[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeGenCXX / aarch64-mangle-sve-vectors-msvc.cpp
blob55b87da122b04f18daf07caf9059b7526ff3994c
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 __SVInt8_t type yet
7 void f1(S<__SVInt8_t>) {}