vb@0: decl interface +name; vb@0: decl _ +type +name alias func; vb@0: vb@0: interface Test { vb@0: void f(in string x, out long y); vb@0: }