aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorHugo Herbelin2015-11-10 14:50:13 +0100
committerHugo Herbelin2015-11-10 16:38:17 +0100
commit2bad1e8d896b40495bc8579e407f142f7f3fb7d9 (patch)
tree0fee1c7082449ec26a98e0b2b0a7b699453273ca /test-suite/bugs
parentb382bb1b42319d7be422f92fd196df8bfbe21a83 (diff)
parentab1d8792143a05370a1efe3d19469c25b82d7097 (diff)
Merge origin/v8.5 into trunk
Did some manual merge in tactics/tactics.ml.
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/4404.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/4404.v b/test-suite/bugs/closed/4404.v
new file mode 100644
index 0000000000..27b43a61d4
--- /dev/null
+++ b/test-suite/bugs/closed/4404.v
@@ -0,0 +1,4 @@
+Inductive Foo : Type -> Type := foo A : Foo A.
+Goal True.
+ remember Foo.
+