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