summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PheaderProto.ipdl
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/PheaderProto.ipdl')
-rw-r--r--ipc/ipdl/test/ipdl/ok/PheaderProto.ipdl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/PheaderProto.ipdl b/ipc/ipdl/test/ipdl/ok/PheaderProto.ipdl
new file mode 100644
index 0000000000..7ae285042e
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/ok/PheaderProto.ipdl
@@ -0,0 +1,10 @@
+include header;
+
+namespace c {
+
+protocol PheaderProto {
+child:
+ async __delete__(foo a, baz b, Inner1 c, Inner2 d, X x);
+};
+
+}