[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / llvm / test / Verifier / swifterror2.ll
blob655ce84bebae3c38ee3a6a84d6884167b02d325b
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: this attribute does not apply to return values
4 declare swifterror void @c(ptr swifterror %a)