Enhance this to check for a crash, add a case that crashes simplifylibcalls,
[oota-llvm.git] / test / Assembler / 2003-11-05-ConstantExprShift.llx
1 ; RUN: llvm-as < %s | llvm-dis
2
3 int %test() {
4   ret int shr (int cast (int()* %test to int), ubyte 2)
5 }