1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-17 07:34:35 +00:00
llvm-6502/test/Assembler/2003-11-05-ConstantExprShift.llx

6 lines
104 B
Plaintext
Raw Normal View History

; RUN: llvm-as < %s | llvm-dis
int %test() {
ret int shr (int cast (int()* %test to int), ubyte 2)
}