summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PManualDealloc.ipdl
blob: 53660762ad03d77b79930d8f6215a6c9e22eda6b (plain)
1
2
3
4
5
6
7
8
include protocol PManualDealloc_manager;

[ManualDealloc] async protocol PManualDealloc {
    manager PManualDealloc_manager;

child:
    async __delete__();
};