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

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