summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PExtendedAttrUnknownAttribute.ipdl
blob: 193c1d6608420b6ad3fc87bc82486ee49525f868 (plain)
1
2
3
4
5
6
7
//error: unknown attribute `InvalidAttr'

[InvalidAttr, ChildProc=any]
async protocol PExtendedAttrUnknownValue {
parent:
    async Msg();
};