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