1; RUN: llvm-as < %s | llvm-dis | FileCheck %s2; RUN: verify-uselistorder %s3 4; CHECK: i32 -21474836485define i32 @foo() {6 ret i32 -21474836487}8