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