llvm-6502/test/Assembler/2003-11-05-ConstantExprShift.llx
2006-12-02 04:23:10 +00:00

6 lines
119 B
Plaintext

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