summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PmultipleUsingCxxTypes.ipdl
blob: fa63b5b4b01e48a8850d5aeca6259640a57728ef (plain)
1
2
3
4
5
6
7
using struct mozilla::void_t from "mozilla/ipc/IPCCore.h";
using struct mozilla::void_t from "mozilla/ipc/IPCCore.h";

protocol PmultipleUsingCxxTypes {
child:
    async Msg(void_t foo);
};