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)
}