Source code

Revision control

Copy as Markdown

Other Tools

union R {
int;
double;
R;
};
[ChildProc=any]
protocol PselfRecUnion {
child:
async Test(R r);
async __delete__();
};