summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/unknownIntrMessage.ipdl
blob: 4790232685bb32f560072de656d685d0bfcaeb7c (plain)
1
2
3
4
5
6
//error: Unknown sync IPC message unknownIntrMessage::Msg

intr protocol unknownIntrMessage {
parent:
    [LegacyIntr] intr Msg();
};