[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Verifier / swifterror2.ll
blob75eeb2fc7e156dee66b981b59ee0d969a651cc5e
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(i32** swifterror %a)