1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s 2 3 ; CHECK: invalid use of parameter-only attribute 4 declare swifterror void @c(i32** swifterror %a) 5