summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/maybe_Recursive.ipdl
blob: 2f356b423aa5e77ccce576f652ce5d3e0acbad61 (plain)
1
2
3
4
5
6
//error: bad syntax near `?'

[ChildProc=any]
protocol maybe_Recursive {
child: async Msg(int?? aa);
};