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

sync protocol undeclReturnType {

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

};