mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
|
; RUN: llvm-as < %s | llvm-dis
|
||
|
|
||
|
int %test() {
|
||
|
ret int shr (int cast (int()* %test to int), ubyte 2)
|
||
|
}
|