aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/test-cases/multiple-files-multiple-dir/c/c.v
diff options
context:
space:
mode:
Diffstat (limited to 'coq/ex/test-cases/multiple-files-multiple-dir/c/c.v')
-rw-r--r--coq/ex/test-cases/multiple-files-multiple-dir/c/c.v11
1 files changed, 11 insertions, 0 deletions
diff --git a/coq/ex/test-cases/multiple-files-multiple-dir/c/c.v b/coq/ex/test-cases/multiple-files-multiple-dir/c/c.v
new file mode 100644
index 00000000..5171340c
--- /dev/null
+++ b/coq/ex/test-cases/multiple-files-multiple-dir/c/c.v
@@ -0,0 +1,11 @@
+(* this file depends on ../b/b2 and therefore indirectly
+ * on ../b/b1 and ../a/a.v
+ *)
+
+Definition a := 2.
+
+Require b2.
+
+(*** Local Variables: ***)
+(*** coq-load-path: ("../a" "../b") ***)
+(*** End: ***)