summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/MyTypes.ipdlh
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/MyTypes.ipdlh')
-rw-r--r--ipc/ipdl/test/ipdl/ok/MyTypes.ipdlh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/MyTypes.ipdlh b/ipc/ipdl/test/ipdl/ok/MyTypes.ipdlh
new file mode 100644
index 0000000000..9e33d71c51
--- /dev/null
+++ b/ipc/ipdl/test/ipdl/ok/MyTypes.ipdlh
@@ -0,0 +1,6 @@
+include protocol PMyManaged;
+
+struct MyActorPair {
+ PMyManaged actor1;
+ nullable PMyManaged actor2;
+};