summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/PExtendedAttrUnexpectedValue.ipdl
blob: dcc7b043c5e79f613fbd46e74af86a4f195777cd (plain)
1
2
3
4
5
6
7
//error: unexpected value for valueless attribute `ManualDealloc'

[ManualDealloc=invalid, ChildProc=any]
async protocol PExtendedAttrUnexpectedValue {
parent:
    async Msg();
};