a14733d477dd8dcc0325dbd63a5b0d558e368640
[yangtools.git] / model / yang-model-export / src / test / resources / bugs / bug6856 / bar.yang
1 module bar {
2     namespace bar;
3     prefix bar;
4
5     revision 2017-02-28;
6
7     rpc bar-rpc {
8         input {
9             leaf input-leaf {
10                 type string;
11             }
12         }
13         output {
14             leaf output-leaf {
15                 type string;
16             }
17         }
18     }
19 }