mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
9 lines
103 B
LLVM
9 lines
103 B
LLVM
|
; RUN: llvm-as < %s | llvm-dis
|
||
|
|
||
|
type i32
|
||
|
|
||
|
define void @foo() {
|
||
|
bitcast %0* null to i32*
|
||
|
ret void
|
||
|
}
|