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

[ChildProc=any]
sync protocol undeclReturnType {

child:  sync Msg() returns (FARGLEGARGLE r);

};