summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/noProtocolInHeader.ipdlh
blob: 8351adf4cc23ff0ec8f7c073b0b8b91c117b4980 (plain)
1
2
3
4
5
6
//error: can't define a protocol in a header.  Do it in a protocol spec instead.

protocol noProtocolInHeader {
child:
    async __delete__();
};