diff options
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/PmanageSelf_Toplevel.ipdl')
-rw-r--r-- | ipc/ipdl/test/ipdl/ok/PmanageSelf_Toplevel.ipdl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/PmanageSelf_Toplevel.ipdl b/ipc/ipdl/test/ipdl/ok/PmanageSelf_Toplevel.ipdl new file mode 100644 index 0000000000..70b5fe8a9b --- /dev/null +++ b/ipc/ipdl/test/ipdl/ok/PmanageSelf_Toplevel.ipdl @@ -0,0 +1,9 @@ +include protocol PmanageSelf; + +protocol PmanageSelf_Toplevel { + manages PmanageSelf; + +child: + async PmanageSelf(); + async __delete__(); +}; |