Bug 2366 - Effective statement implementation
[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 }