[lib/ObjectYAML] - Change interface to return `bool` instead of `int`. NFCI
[llvm-complete.git] / test / Verifier / swifterror3.ll
blobbf2483f0a38a068394208ca8d455ed29f58fb3dc
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: expected type
4 declare void @c(swifterror i32* %a)