summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/MyTypes.ipdlh
blob: 9e33d71c51b7493ee296257413000a4092419725 (plain)
1
2
3
4
5
6
include protocol PMyManaged;

struct MyActorPair {
    PMyManaged actor1;
    nullable PMyManaged actor2;
};