YANGTOOLS-706: Split out yang-parser-rfc7950
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / rfc7950 / bug6868 / yang11 / imported.yang
1 module imported {
2     namespace "imp";
3     prefix imp;
4     yang-version 1;
5
6     revision "2017-01-09";
7
8     feature bar;
9 }