summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue742.yang
blob: 0e94299d490c4e6e248edff14a70925a4f60605b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module links {
  yang-version 1.1;
  namespace "urn:mo:1";
  prefix yang;

  import ietf-yang-metadata {
    prefix md;
    revision-date 2016-08-05;
  }

  md:annotation value {
    reference "RFC7950 section 7.7.9.";
    description;
  }
}