bug 1957 StackOverFlowError in YangParserImpl
[yangtools.git] / yang / yang-parser-impl / src / test / resources / identity / import / dummy.yang
1 module dummy {
2     yang-version 1;
3     namespace "urn:test.dummy";
4     prefix "dummy";
5
6     organization "opendaylight";
7     contact "http://www.opendaylight.org";
8
9     revision "2014-09-24" {
10         description "Initial import";
11     }
12
13     identity prefiximportidentitytest {
14     }
15 }