aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/test-cases/add-load-path-unsupported/b/b.v
blob: 226b71ee78cfa8087a3d7def551fdd7cd2c1ab91 (plain)
1
2
3
4
5
6
7
(* This file depends on ../a/a.v *)

Add LoadPath "../a".

Require a.

Print a.a.