summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue791_2.yang
blob: 8303f874f0255303e8ea691f787b0f5b0de44e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module m {
    namespace "n";
    prefix p;

    container c {
        leaf trg-bits {
			type bits {
				bit b1;
				bit "";
			}
		}
	}
}