mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +00:00
6 lines
247 B
LLVM
6 lines
247 B
LLVM
|
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
|
||
|
|
||
|
; CHECK: [[@LINE+2]]:53: error: missing required field 'value'
|
||
|
!0 = !MDTemplateValueParameter(tag: DW_TAG_template_value_parameter,
|
||
|
scope: !{}, type: !{})
|