Bug 8307: Add the option for activating deviation statements
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-statement-parser / effective-module / imported.yang
1 module imported {
2     namespace imported;
3     prefix imported;
4
5     revision "2000-01-01";
6
7     container cont {}
8 }