summaryrefslogtreecommitdiff
path: root/test-suite/kernel/inds.mv
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/kernel/inds.mv')
-rw-r--r--test-suite/kernel/inds.mv3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/kernel/inds.mv b/test-suite/kernel/inds.mv
new file mode 100644
index 00000000..bd1cc49f
--- /dev/null
+++ b/test-suite/kernel/inds.mv
@@ -0,0 +1,3 @@
+Inductive [] nat : Set := O : nat | S : nat->nat.
+Check Construct nat 0 1.
+Check Construct nat 0 2.