Reapply commit 143028 with a fix: the problem was casting a ConstantExpr Mul
[oota-llvm.git] / test / Bitcode / null-type.ll
1 ; RUN: not llvm-dis < %s.bc > /dev/null |& grep "Invalid MODULE_CODE_FUNCTION record"
2 ; PR8494