summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue1004.yang
blob: 76479d23f326a442d66509a205ed017cc74c14f9 (plain)
1
2
3
4
5
6
7
8
9
10
module a {
  yang-version 1.1;
  namespace "a";
  prefix a;

  leaf-list A {
    type pt8;
    default 0;
  }
}