Refactor AbstractEffectiveModule
[yangtools.git] / yang / yang-parser-rfc7950 / src / test / resources / bugs / YT1042 / foo.yang
1 module foo {
2     namespace foo;
3     prefix foo;
4
5     include bar;
6
7     container foo {
8
9     }
10 }