mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 16:06:08 +00:00
5 lines
162 B
LLVM
5 lines
162 B
LLVM
; 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!
|