summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PIntrNested.ipdl
blob: c487bcd49d8ff656ee03ae965ad7bf8afe876cc7 (plain)
1
2
3
4
5
6
7
//error: intr message `Msg' cannot specify [Nested]

[ChildProc=any]
intr protocol PIntrNested {
child:
  [Nested=inside_sync, LegacyIntr] intr Msg();
};