mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +00:00
9 lines
103 B
LLVM
9 lines
103 B
LLVM
|
|
||
|
|
||
|
|
||
|
void %test(int %X) {
|
||
|
call void (int)* cast (void(int) * %test to void(int) *) (int 6)
|
||
|
ret void
|
||
|
|
||
|
}
|