Sign in
rust
/
rust-lang
/
llvm-project
/
e355a59231896a2e378536b072afec68a1807ace
/
.
/
llvm
/
test
/
Verifier
/
swiftself.ll
blob: acdc629061e96be6227ed606daa96aa6b576b5dd [
file
] [
log
] [
blame
]
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
declare
void
@a
(
ptr
swiftself
%a
,
ptr
swiftself
%b
)
; CHECK: Cannot have multiple 'swiftself' parameters!