8b82d0da080ef4cba92806e9f265037c7e8e507e
[yangtools.git] / yang / yang-model-util-ut / src / test / resources / yt691 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4     revision 2016-01-01;
5
6     include sub1-foo;
7     include sub2-foo;
8
9     leaf foo-leaf {
10         type string;
11     }
12 }