aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/test-cases/multiple-files-single-dir/a.v
diff options
context:
space:
mode:
Diffstat (limited to 'coq/ex/test-cases/multiple-files-single-dir/a.v')
-rw-r--r--coq/ex/test-cases/multiple-files-single-dir/a.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/coq/ex/test-cases/multiple-files-single-dir/a.v b/coq/ex/test-cases/multiple-files-single-dir/a.v
new file mode 100644
index 00000000..e4dadf39
--- /dev/null
+++ b/coq/ex/test-cases/multiple-files-single-dir/a.v
@@ -0,0 +1,3 @@
+(* this file depends on nothing *)
+
+Definition a := 0. \ No newline at end of file