summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PLazySendSync.ipdl
blob: 308b734fe539fff868e8f1fc79bece7e6ca6800f (plain)
1
2
3
4
5
6
//error: non-async message `Message' cannot specify [LazySend]

sync protocol PLazySendSync {
child:
    [LazySend] sync Message() returns (bool ok);
};