aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-mdtemplatetypeparameter-missing-type.ll
blob: 62bee70d94740761193d2f1ab88a5fc04f6336b4 (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: [[@LINE+1]]:44: error: missing required field 'type'
!0 = !MDTemplateTypeParameter(name: "param")