Source code

Revision control

Copy as Markdown

Other Tools

//error: union `X' is only partially defined
union X { X?; };
[ChildProc=any]
protocol maybe_SelfRecUnion {
child: async Msg(X? aa);
};