AsmParser/Writer: Handle symbolic constants in DI 'flags:'
[oota-llvm.git] / test / Assembler / invalid-mdtemplatevalueparameter-missing-tag.ll
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3 ; CHECK: [[@LINE+1]]:55: error: missing required field 'tag'
4 !0 = !MDTemplateValueParameter(type: !{}, value: i32 7)