summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PheaderProto.ipdl
blob: 7ae285042effefedf1a42240ba6ef17f3602dd19 (plain)
1
2
3
4
5
6
7
8
9
10
include header;

namespace c {

protocol PheaderProto {
child:
    async __delete__(foo a, baz b, Inner1 c, Inner2 d, X x);
};

}