1785f93ac6823df4bcea70bf229c10dbaf9acd98
[yangtools.git] / yang / yang-parser-impl / src / test / resources / rfc7950 / basic-test / unsupported-version.yang
1 module unsupported-version {
2     namespace "version-test";
3     prefix un;
4     yang-version 2.3;
5
6     container root {
7     }
8 }