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

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