Source code

Revision control

Copy as Markdown

Other Tools

include header;
namespace c {
[ChildProc=any]
protocol PheaderProto {
child:
async __delete__(foo a, baz b, Inner1 c, Inner2 d, X x);
};
}