1 ; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck -DFILE=%s %s
3 ; i8388609 is the smallest integer type that can't be represented in LLVM IR
4 ; CHECK: [[FILE]]:[[@LINE+1]]:21: error: bitwidth for integer type out of range
5 @i2 = common global i8388609 0, align 4