1ea0eec69STim Northover; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2ea0eec69STim Northover
3*c820f2a4SNikita Popovdeclare void @a(ptr swiftasync %a, ptr swiftasync %b)
4ea0eec69STim Northover; CHECK: Cannot have multiple 'swiftasync' parameters!
5