blob: 60356439d5f8aee544ca15406a8bb3bb8aa547df [file] [log] [blame]
Chris Lattnerf6f0bdf2009-03-01 00:53:13 +00001; RUN: llvm-as < %s | llvm-dis
2
Chris Lattnerf6f0bdf2009-03-01 00:53:13 +00003
4define void @foo() {
Chris Lattnera53616d2011-06-19 00:03:46 +00005 bitcast i32* null to i32*
Chris Lattnerf6f0bdf2009-03-01 00:53:13 +00006 ret void
7}