Bug 8713 - BGP models not compatible with leafref context
[yangtools.git] / yang / yang-data-impl / src / test / resources / bug8713 / foo.yang
1 module foo {
2     namespace foo;
3     prefix foo;
4
5     revision 2017-09-06;
6
7     container root {
8     }
9 }