067bf206b2c900de4d89553791fd487e3b387f2c
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-statement-parser / include-arg-parsing / error-module.yang
1 module error-module {
2     prefix "errm";
3     namespace "errm";
4
5     include foo;
6 }