vb@0: include idl.yml2 vb@0: vb@0: module blub { vb@0: interface bla { vb@0: int f(in long a, out long b); vb@0: } vb@0: }