Add a few test cases to ensure the bitcode reader is backward compatible with
[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