freebsd-nq/test/Assembler/2009-02-28-CastOpc.ll
2009-06-02 17:52:33 +00:00

9 lines
103 B
LLVM

; RUN: llvm-as < %s | llvm-dis
type i32
define void @foo() {
bitcast %0* null to i32*
ret void
}