aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/invalid-inttype.ll
blob: 145153d8f113fc2a15a87bd88cf0602aa1a43dee (plain)
1
2
3
4
5
; RUN: not llvm-as < %s 2>&1 | FileCheck %s

; i16777216 is the smallest integer type that can't be represented in LLVM IR
@i2 = common global i16777216 0, align 4
; CHECK: expected type