aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3753.v
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-09-29 15:23:07 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-09-29 17:51:06 +0200
commit601fd9343a241706c0a205aaf8e08255753c3780 (patch)
tree8e704db53a79b588303cd5fe98448e598dd79518 /test-suite/bugs/closed/3753.v
parentfdfcdc79989c46737089e4c8cab5ad0090e4d8a6 (diff)
Arguments: cleanup + detect discrepancy rename/implicit (#3753)
It seems warnings are not taken into account in output/ tests.
Diffstat (limited to 'test-suite/bugs/closed/3753.v')
-rw-r--r--test-suite/bugs/closed/3753.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3753.v b/test-suite/bugs/closed/3753.v
new file mode 100644
index 000000000..5bfbee949
--- /dev/null
+++ b/test-suite/bugs/closed/3753.v
@@ -0,0 +1,4 @@
+Axiom foo : Type -> Type.
+Axiom bar : forall (T : Type), T -> foo T.
+Arguments bar A x : rename.
+About bar. \ No newline at end of file