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