summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/Pmaybe_Basic.ipdl
blob: a0bbccd874486b57bc089c04567a881f31099b29 (plain)
1
2
3
4
protocol Pmaybe_Basic {
child:
    async Msg(int? maybe);
};