Validate cross-revision imports and includes
[yangtools.git] / parser / yang-parser-impl / src / test / resources / yt1193 / baz.yang
1 submodule baz {
2   yang-version 1.1;
3
4   belongs-to bar {
5     prefix bar;
6   }
7
8   extension ext {
9     argument arg {
10       yin-element true;
11     }
12   }
13 }