summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/undeclProtocol.ipdl
blob: cddf57267f1ff27e77bb7c0d6bd2d43c7d41f656 (plain)
1
2
3
4
5
6
7
8
//error: protocol `undeclared', managed by `undeclProtocol', has not been declared

protocol undeclProtocol {
    manages undeclared;

child:
    async undeclared();
};