New testcase

llvm-svn: 9733
This commit is contained in:
Chris Lattner 2003-11-05 19:43:36 +00:00
parent 530eb1ffb5
commit 8db910f7cb

View File

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