Testcase for PR8494 (invalid bitcode crashing the bitcode reader).
[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