aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-mdnode-badref.ll
blob: cfa03e0b3c6acafdf51b9e09ee02ea7d0095b261 (plain)
1
2
3
4
5
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
!named = !{!0}

; CHECK: [[@LINE+1]]:14: error: use of undefined metadata '!1'
!0 = !{!0, !1}