a35fcddcb377acd521dcb882d6cd87a44251497b
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug8597 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4     yang-version 1.1;
5
6     import bar { prefix bar; revision-date 1970-01-01; reference "bar-ref"; description "bar-desc"; }
7     import baz { prefix baz; reference "baz-ref"; description "baz-desc"; }
8 }