package-rebuilds/pkgs/libyang/libyang-3.7.8/tools/lint/examples/module3.yang
Thomas Lamprecht 853454b646 libyang: check in 3.7.8 source
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-03-07 14:34:15 +01:00

9 lines
155 B
YANG

module module3 {
namespace "urn:yanglint:module";
prefix m;
leaf m { type string; must "../c/a"; }
container c {
leaf b { type string; }
}
}