Bug 7038 - Rework 'type decimal64' lookup
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7038 / bar.yang
1 module bar {
2     namespace bar;
3     prefix bar;
4
5     import foo { prefix decimal64; revision-date 1970-01-01; }
6
7     decimal64:decimal64 decimal64;
8 }