xref: /llvm-project/llvm/test/Verifier/swiftasync.ll (revision c820f2a43eaba02db97c4ff60c58a58e6bdd391d)
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