summaryrefslogtreecommitdiffstats
path: root/tools/lint/examples/module2.yang
blob: c87c7645e94b59896fa7788b0463cef35004be35 (plain)
1
2
3
4
5
module module2 {
  namespace "urn:yanglint:module";
  prefix m;
  leaf m { ttype string; }
}