1 ; RUN: llvm-as < %s | llvm-dis 2 ; RUN: verify-uselistorder %s 3 4 5 define void @foo() { 6 bitcast i32* null to i32* 7 ret void 8 } 9