1; RUN: llvm-as < %s | llvm-dis | grep -- -2147483648 2 3define i32 @foo() { 4 ret i32 -2147483648 5} 6