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

protocol maybe_Recursive {
child: async Msg(int?? aa);
};