summaryrefslogtreecommitdiffstats
path: root/tests/yanglint/modules/modleaf.yang
blob: 48ce78620f7b9f4e1ca22cc26b7017de2acd2e9f (plain)
1
2
3
4
5
6
7
8
module modleaf {
  namespace "urn:yanglint:modleaf";
  prefix l;

  leaf lfl {
    type uint16;
  }
}