aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/test-cases/stale-load-path/c/c.v
diff options
context:
space:
mode:
Diffstat (limited to 'coq/ex/test-cases/stale-load-path/c/c.v')
-rw-r--r--coq/ex/test-cases/stale-load-path/c/c.v9
1 files changed, 9 insertions, 0 deletions
diff --git a/coq/ex/test-cases/stale-load-path/c/c.v b/coq/ex/test-cases/stale-load-path/c/c.v
new file mode 100644
index 00000000..f05f65a1
--- /dev/null
+++ b/coq/ex/test-cases/stale-load-path/c/c.v
@@ -0,0 +1,9 @@
+(* This file depends on Coq.Arith.Le from the standard library. *)
+
+Require Le.
+
+(* The next print should work. *)
+Print Le.le_refl.
+
+(* The next print should not work. *)
+Print Le.a.