31ccc3489e2d2ad1bef13b68de07e0e0ebc03a7a
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug6491 / moduleRevisionOnly / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4
5     leaf foo-leaf {
6         type string;
7     }
8 }