1//error: invalid value for attribute `ParentImpl', expected one of: virtual, StringLiteral
2//error: invalid value for attribute `ChildImpl', expected one of: virtual, StringLiteral
3
4[ParentImpl=NotQuoted, ChildImpl]
5async protocol PBadSideImpl {
6 parent:
7  async __delete__();
8};
9