llvm-6502/test/Assembler/2003-11-05-ConstantExprShift.llx
Chris Lattner 26f51d6087 New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9733 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-05 19:43:36 +00:00

6 lines
104 B
Plaintext

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