b26b6c5f910d36cbec4c6d3847c237f1c7117f58
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug9242 / imp-module.yang
1 module imp-module {
2     namespace imp-ns;
3     prefix imp;
4
5     revision 2017-10-13;
6
7     leaf my-leaf {
8         type string;
9     }
10
11     leaf my-leaf-2 {
12         type string;
13     }
14 }