summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/syncParentToChild.ipdl
blob: bd6c8bc5b1dbcfe42a3e1ef777b4d8348f2726b4 (plain)
1
2
3
4
5
6
7
8
//error: sync parent-to-child messages are verboten (here, message `Msg' in protocol `syncParentToChild')

intr protocol syncParentToChild {

    // can't declare sync parent-to-child messages
child: sync Msg();

};