[test] Remove a needless declaration of REQUIRES: target-windows
[llvm-core.git] / test / Assembler / invalid-inttype.ll
blob145153d8f113fc2a15a87bd88cf0602aa1a43dee
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; i16777216 is the smallest integer type that can't be represented in LLVM IR
4 @i2 = common global i16777216 0, align 4
5 ; CHECK: expected type