1
decl interface +name;
2
decl _ +type +name alias func;
3
4
interface Test {
5
void f(in string x, out long y);
6
}