summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue777.yang
blob: 21bb4368ec13b8e9f2e25bfaedc0c0506a1f77da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module m0d0 {
    prefix a0c;
    namespace �0000000000000000000000";

    list list0 {
key "key1";
    unique "0n000";
        leaf key1 {
            type string;
        }

        leaf uniq0 {
            type string;
        }
    }
}