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.ipdl11
1 files changed, 11 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..5c9af7c3f9
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/ok/PheaderProto.ipdl
@@ -0,0 +1,11 @@
+include header;
+
+namespace c {
+
+[ChildProc=any]
+protocol PheaderProto {
+child:
+ async __delete__(foo a, baz b, Inner1 c, Inner2 d, X x);
+};
+
+}