summaryrefslogtreecommitdiff
path: root/test/Bitcode/null-type.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bitcode/null-type.ll')
-rw-r--r--test/Bitcode/null-type.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Bitcode/null-type.ll b/test/Bitcode/null-type.ll
new file mode 100644
index 0000000000..5d3dfab575
--- /dev/null
+++ b/test/Bitcode/null-type.ll
@@ -0,0 +1,2 @@
+; RUN: not llvm-dis < %s.bc > /dev/null |& grep "Invalid MODULE_CODE_FUNCTION record"
+; PR8494