hanchenye-llvm-project/llvm/test/Assembler/2003-11-05-ConstantExprShif...

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