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