samples/clike.yml2
changeset 0 76005e62091d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/samples/clike.yml2	Mon Jul 11 23:15:28 2016 +0200
@@ -0,0 +1,6 @@
+decl interface +name;
+decl _ +type +name alias func;
+
+interface Test {
+    void f(in string x, out long y);
+}