summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue807.yang
blob: 0493a794f7e62d8a1938f9b4bc2c89d34ccc3d89 (plain)
1
2
3
4
5
6
7
8
9
module d{
	namespace "";
	prefix d;
	leaf f {
		type string;
		must "0e";
		default "";
	}
}