summaryrefslogtreecommitdiff
path: root/test-suite/coqwc/theorem.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coqwc/theorem.v')
-rw-r--r--test-suite/coqwc/theorem.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-suite/coqwc/theorem.v b/test-suite/coqwc/theorem.v
new file mode 100644
index 00000000..901c9074
--- /dev/null
+++ b/test-suite/coqwc/theorem.v
@@ -0,0 +1,10 @@
+Theorem foo : True.
+Proof.
+ idtac. (* comment *)
+ idtac.
+ idtac.
+ idtac. (* comment *)
+ idtac.
+ idtac.
+ auto.
+Qed.