bolt/deps/llvm-18.1.8/llvm/test/Assembler/2009-02-28-CastOpc.ll
2025-02-14 19:21:04 +01:00

8 lines
123 B
LLVM

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