summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-mdsubrange-count-negative.ll
blob: 99cc8876750cb301eccae93bc24881f072f3bd7f (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: [[@LINE+1]]:25: error: expected unsigned integer
!0 = !MDSubrange(count: -3)
OpenPOWER on IntegriCloud