aboutsummaryrefslogtreecommitdiff
path: root/test/Verifier/swiftself.ll
blob: 18789e11c8d72b8dbf6d33e32f3241349142dc4c (plain)
1
2
3
4
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s

declare void @a(i32* swiftself %a, i32* swiftself %b)
; CHECK: Cannot have multiple 'swiftself' parameters!