summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/tooWeakIntrAsync.ipdl
blob: 220e4c3c28e1535f330048b6e158aa11bb579f88 (plain)
1
2
3
4
5
6
7
8
9
//error: message `Msg' requires more powerful send semantics than its protocol `tooWeakIntrAsync' provides

protocol tooWeakIntrAsync {

    // it's an error to declare an async protocol with an intr message

parent: [LegacyIntr] intr Msg();

};