summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PasyncMessageListed.ipdl
blob: 18d6e85ea4f69a68b49e413cd1c6c86924c5adc3 (plain)
1
2
3
4
5
6
7
//error: IPC message PasyncMessageListed::Msg is async, can be delisted

[ChildProc=any]
protocol PasyncMessageListed {
parent:
    async Msg();
};