summaryrefslogtreecommitdiff
path: root/llvm/test/Assembler/invalid-target-type-mixed.ll
blob: 63adc22fc35812bda21ced8d1945a505b645fe5d (plain)
1
2
3
4
5
6
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: expected uint32 param
define void @f(target("type", i32, 0, void) %a) {
    ret void
}