summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PIntrNestedProtocol.ipdl
blob: 4267bf7a847ac840e5acc85f7c3c6a0356e259fb (plain)
1
2
3
4
5
6
//error: intr protocol `PIntrNestedProtocol' cannot specify [NestedUpTo]

[NestedUpTo=inside_sync] intr protocol PIntrNestedProtocol {
child:
  [LegacyIntr] intr Msg();
};