xref: /llvm-project/llvm/test/Verifier/swifterror2.ll (revision c820f2a43eaba02db97c4ff60c58a58e6bdd391d)
1; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3; CHECK: this attribute does not apply to return values
4declare swifterror void @c(ptr swifterror %a)
5