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

  feature ftr1;
  feature ftr2;
}