1c719b8b47ad20a73e60918dce26553658a3a16f
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug7424 / foo-data.yang
1 module foo {
2     namespace foo;
3     prefix foo;
4
5     container root {
6         list name {
7         }
8         container name {
9         }
10     }
11 }