include protocol PTestManyChildAllocs; namespace mozilla { namespace _ipdltest { protocol PTestManyChildAllocsSub { manager PTestManyChildAllocs; child: __delete__(); parent: Hello(); // empty }; } // namespace _ipdltest } // namespace mozilla