Home | History | Annotate | Download | only in Verifier
      1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
      2 
      3 declare void @a(i32* swiftself %a, i32* swiftself %b)
      4 ; CHECK: Cannot have multiple 'swiftself' parameters!
      5