Fix YANG export with duplicate imports
[yangtools.git] / yang / yang-model-export / src / test / resources / bugs / yt1313 / foo.yang
1 module foo {
2   namespace foo;
3   prefix foo;
4
5   typedef foo {
6     type string;
7   }
8 }
9