summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/undeclParamType.ipdl
blob: 3f93e747e111698c457022e316c4b7de8665bd9d (plain)
1
2
3
4
5
6
7
//error: argument typename `FARGLEGARGLE' of message `Msg' has not been declared

protocol undeclParamType {

child: async Msg(FARGLEGARGLE p);

};