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

protocol PasyncMessageListed {
parent:
    async Msg();
};