19d905ce1c4085a166edd916705f605f454191af
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug6961 / bar.yang
1 module bar {
2     namespace "bar";
3     prefix bar;
4     revision 2016-01-01;
5
6     include sub1-bar;
7
8     leaf bar-leaf {
9         type string;
10     }
11 }