Validate cross-revision imports and includes
[yangtools.git] / model / yang-model-export / src / test / resources / bugs / bug2444 / yang / submodule.yang
1 submodule submodule {
2     yang-version 1.1;
3
4     belongs-to include {
5         prefix incl;
6     }
7
8     container sub-con {
9     }
10 }