summaryrefslogtreecommitdiffstats
path: root/tools/lint/examples/module1b.yang
blob: 463c936dd690c5637af79ad1413632a96f902d66 (plain)
1
2
3
4
5
module module1b {
  namespace "urn:yanglint:module";
  prefix m;
  leaf mb { type string; }
}