AsmParser: Check ConstantExpr insertvalue operands for type correctness
[oota-llvm.git] / test / Assembler / invalid-mdsubroutinetype-missing-types.ll
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3 ; CHECK: [[@LINE+1]]:65: error: missing required field 'types'
4 !29 = !MDSubroutineType(flags: DIFlagPublic | DIFlagStaticMember)