android_mt6572_jiabo/external/llvm/test/Assembler/2009-02-28-CastOpc.ll
2025-09-05 16:56:03 +08:00

8 lines
125 B
LLVM

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