Fix inferred statements over undeclared statements
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / resources / bugs / YT1407 / odl-inet-binary-types.yang
1 module odl-inet-binary-types {
2     namespace "urn:opendaylight:lfm:inet-binary-types";
3     prefix "inet-binary";
4
5     typedef ipv4-address-binary {
6         type binary {
7             length "4";
8         }
9     }
10 }