summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-11-05-ConstantExprShift.llx
blob: 8e79abe33aa3fb3c5b5a7ce1711b53247e7b0e0c (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llvm-dis

int %test() {
  ret int shr (int cast (int()* %test to int), ubyte 2)
}