Validate cross-revision imports and includes
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / resources / bugs / YT1262 / bar.yang
1 submodule bar {
2   yang-version 1.1;
3
4   belongs-to foo {
5     prefix foo;
6   }
7
8   typedef sdef {
9     type string;
10   }
11 }