summaryrefslogtreecommitdiff
path: root/test-suite/failure/Case5.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/Case5.v')
-rw-r--r--test-suite/failure/Case5.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/failure/Case5.v b/test-suite/failure/Case5.v
new file mode 100644
index 00000000..bdb5544b
--- /dev/null
+++ b/test-suite/failure/Case5.v
@@ -0,0 +1,3 @@
+Inductive MS: Set := X:MS->MS | Y:MS->MS.
+
+Type [p:MS]<nat>Cases p of (X x) => O end.