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