blob: e78af237f90a0e648edec29dabf44878b30aac17 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llvm-dis
2
3int %test() {
4 ret int shr (int cast (int()* %test to int), ubyte 2)
5}