Source code

Revision control

Copy as Markdown

Other Tools

//error: can't locate include file `IDONTEXIST.ipdl'
include protocol IDONTEXIST;
// error: nonexistent protocol ^^^
[ChildProc=any]
protocol badProtocolInclude {
child: async Msg();
};