mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01: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
|
||
|
}
|