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