summaryrefslogtreecommitdiff
path: root/test-suite/misc/aux7704.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/misc/aux7704.v')
-rw-r--r--test-suite/misc/aux7704.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/misc/aux7704.v b/test-suite/misc/aux7704.v
new file mode 100644
index 00000000..6fdcf676
--- /dev/null
+++ b/test-suite/misc/aux7704.v
@@ -0,0 +1,6 @@
+
+Goal True /\ True.
+Proof.
+ split.
+ par:exact I.
+Qed.