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

  extension action {
    argument name {
      b:arg-type {
        type b:identifier;
      }
    }
  }
}