samples/sample.yml2
changeset 57 2f4ad3800a3f
parent 56 d48cf08cf448
child 58 a218553807ab
equal deleted inserted replaced
56:d48cf08cf448 57:2f4ad3800a3f
     1 include idl.yml2
       
     2 
       
     3 module blub {
       
     4     interface bla {
       
     5         int f(in long a, out long b);
       
     6     }
       
     7 }