blob: 63754b1e2ea88d7f407f6050fc415b873f8f2fb6 [file] [log] [blame]
module module3 {
namespace "urn:yanglint:module";
prefix m;
leaf m { type string; must "../c/a"; }
container c {
leaf b { type string; }
}
}