summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue728.yang
blob: 6e67951c3ae1f5773638297ecffe205f0b72e089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module xpath {
  namespace "uretf:params:xml:ns:yang:1";
  prefix yang;

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

  md:annotation {
    description
        "description";
  }
}