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