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

6 lines
104 B
Plaintext
Raw Normal View History

2003-11-06 03:43:36 +08:00
; RUN: llvm-as < %s | llvm-dis
int %test() {
ret int shr (int cast (int()* %test to int), ubyte 2)
}