diff options
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/PManualDealloc.ipdl')
-rw-r--r-- | ipc/ipdl/test/ipdl/ok/PManualDealloc.ipdl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/PManualDealloc.ipdl b/ipc/ipdl/test/ipdl/ok/PManualDealloc.ipdl new file mode 100644 index 0000000000..53660762ad --- /dev/null +++ b/ipc/ipdl/test/ipdl/ok/PManualDealloc.ipdl @@ -0,0 +1,8 @@ +include protocol PManualDealloc_manager; + +[ManualDealloc] async protocol PManualDealloc { + manager PManualDealloc_manager; + +child: + async __delete__(); +}; |