blob: 8e79abe33aa3fb3c5b5a7ce1711b53247e7b0e0c [file] [log] [blame]
Chris Lattner26f51d62003-11-05 19:43:36 +00001; RUN: llvm-as < %s | llvm-dis
2
3int %test() {
4 ret int shr (int cast (int()* %test to int), ubyte 2)
5}