dbe89e0a64434104e0028d40f59c4402f74f5d4b
[yangtools.git] / yang / yang-parser-impl / src / test / resources / bugs / bug5518 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4
5     container root {
6         must "not(deref(.)/../same-pass)";
7     }
8 }