summaryrefslogtreecommitdiffstats
path: root/tests/fuzz/corpus/lys_parse_mem/issue1040.yang
blob: 3641d2793cea3b2c15d38ead930ca3baccf3d09c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
module a {
  namespace "a";
  prefix a;

  container c {
    leaf r {
      type leafref{
        path "../p";
      }
      default false;
    }
  }
}