llvm-6502/test/Assembler/invalid-ditemplatetypeparameter-missing-type.ll

5 lines
168 B
LLVM
Raw Normal View History

; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: [[@LINE+1]]:44: error: missing required field 'type'
!0 = !DITemplateTypeParameter(name: "param")