summaryrefslogtreecommitdiffstats
path: root/tools/lint/examples/module3.yang
blob: 63754b1e2ea88d7f407f6050fc415b873f8f2fb6 (plain)
1
2
3
4
5
6
7
8
module module3 {
  namespace "urn:yanglint:module";
  prefix m;
  leaf m { type string; must "../c/a"; }
  container c {
    leaf b { type string; }
  }
}