Adjust test suite parser update to conform with API changes
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug4410 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix "foo";
4     yang-version 1;
5
6     typedef foo {
7         type bar;
8     }
9
10     typedef bar {
11         type foo;
12     }
13 }