026e9e3d8cd5218defae491fe08d96580a46d6c3
[yangtools.git] / yang / yang-parser-impl / src / test / resources / rfc7950 / bug6869 / invalid10.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4
5     identity foo {
6         if-feature foo-identity;
7     }
8 }