Source code

Revision control

Copy as Markdown

Other Tools

//error: struct `X' is only partially defined
struct X { X x; };
[ChildProc=any]
protocol undefSelfRecStruct {
child: async __delete__(X x);
};