summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PRefcounted.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/PRefcounted.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/ok/PRefcounted.ipdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/PRefcounted.ipdl b/ipc/ipdl/test/ipdl/ok/PRefcounted.ipdl
new file mode 100644
index 0000000000..678f2ccf86
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/ok/PRefcounted.ipdl
@@ -0,0 +1,4 @@
+async refcounted protocol PRefcounted {
+child:
+ async __delete__();
+};