Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Verifier / swiftasync.ll
blob5d436148bbd8983b9fc6605fe8cdcbfd70500135
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 declare void @a(ptr swiftasync %a, ptr swiftasync %b)
4 ; CHECK: Cannot have multiple 'swiftasync' parameters!