Source code

Revision control

Copy as Markdown

Other Tools

//error: field `i' of struct `S' has unknown type `Foobers'
struct S {
Foobers i;
};
[ChildProc=any]
protocol structUnknownField {
child: async __delete__(S s);
};