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