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

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