Expand the check for a landing pad so that it looks at the basic block's
[oota-llvm.git] / test / Assembler / huge-array.ll
1 ; RUN: llvm-as < %s | llvm-dis | grep 18446744073709551615 | count 2
2
3 define [18446744073709551615 x i8]* @foo() {
4   ret [18446744073709551615 x i8]* null
5 }