Populate model/ hierarchy
[yangtools.git] / model / yang-model-export / src / test / resources / bugs / bug6856 / bar.yang
diff --git a/model/yang-model-export/src/test/resources/bugs/bug6856/bar.yang b/model/yang-model-export/src/test/resources/bugs/bug6856/bar.yang
new file mode 100644 (file)
index 0000000..a14733d
--- /dev/null
@@ -0,0 +1,19 @@
+module bar {
+    namespace bar;
+    prefix bar;
+
+    revision 2017-02-28;
+
+    rpc bar-rpc {
+        input {
+            leaf input-leaf {
+                type string;
+            }
+        }
+        output {
+            leaf output-leaf {
+                type string;
+            }
+        }
+    }
+}
\ No newline at end of file