aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/bug_9370.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/bug_9370.v')
-rw-r--r--test-suite/output/bug_9370.v12
1 files changed, 12 insertions, 0 deletions
diff --git a/test-suite/output/bug_9370.v b/test-suite/output/bug_9370.v
new file mode 100644
index 0000000000..a7f4b7c23e
--- /dev/null
+++ b/test-suite/output/bug_9370.v
@@ -0,0 +1,12 @@
+Require Import Reals.
+Open Scope R_scope.
+Goal 1/1=1.
+Proof.
+ field_simplify (1/1).
+Show.
+ field_simplify.
+Show.
+ field_simplify.
+Show.
+ reflexivity.
+Qed.