Populate data/ hierarchy
[yangtools.git] / model / yang-model-export / src / test / resources / bugs / bug5531 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4
5     revision 2015-01-01 {
6         description "test";
7     }
8 }