include protocol PTestManyChildAllocs; namespace mozilla { namespace _ipdltest { [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] protocol PTestManyChildAllocsSub { manager PTestManyChildAllocs; child: async __delete__(); parent: async Hello(); }; } // namespace _ipdltest } // namespace mozilla