aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3735.v
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2015-11-28 20:02:52 +0100
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2015-11-28 20:02:52 +0100
commit8d6e58e16cc53a3198eb4c4afef0a2c39f6a5c56 (patch)
tree1e4f6e75639ea671d9c45cc925cafc3bb7fd2c89 /test-suite/bugs/closed/3735.v
parent15aeb84a0deb444af81f4035dbcf791566bafe5f (diff)
Test-suite files for closed bugs
Diffstat (limited to 'test-suite/bugs/closed/3735.v')
-rw-r--r--test-suite/bugs/closed/3735.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3735.v b/test-suite/bugs/closed/3735.v
new file mode 100644
index 000000000..a50572ace
--- /dev/null
+++ b/test-suite/bugs/closed/3735.v
@@ -0,0 +1,4 @@
+Require Import Coq.Program.Tactics.
+Class Foo := { bar : Type }.
+Fail Lemma foo : Foo -> bar. (* 'Command has indeed failed.' in both 8.4 and trunk *)
+Fail Program Lemma foo : Foo -> bar. \ No newline at end of file