3fd777ab44d4b1890e099b92da2f4960f26ce03c
[yangtools.git] / yang / yang-parser-impl / src / test / resources / stmt-test / submodules / imported-module.yang
1 module imported-module {
2     namespace "imported-module";
3     prefix imp;
4
5     container container-in-imported-module {
6     }
7
8 }