46089f3532f16f7b2c0359fdbeb429eba1b0e3f7
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-statement-parser / include-arg-parsing / root-module.yang
1 module root-module {
2     prefix rm;
3     namespace rm;
4
5     include "submodule-1";
6 }