blob: 23d3b6321d6a19fea9013f843e2ab0b164351aed [file] [log] [blame]
Manman Ren9bfd0d02016-04-01 21:41:15 +00001; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3; CHECK: invalid use of parameter-only attribute
4declare swifterror void @c(i32** swifterror %a)