summaryrefslogtreecommitdiff
path: root/test-suite/failure/Reordering.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/Reordering.v')
-rw-r--r--test-suite/failure/Reordering.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/failure/Reordering.v b/test-suite/failure/Reordering.v
new file mode 100644
index 00000000..7b36d1c3
--- /dev/null
+++ b/test-suite/failure/Reordering.v
@@ -0,0 +1,5 @@
+(* Testing that hypothesis order (following a conversion/folding) is checked *)
+
+Goal forall (A:Set) (x:A) (A':=A), True.
+intros.
+change ((fun (_:A') => Set) x) in (type of A).