summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/dtorReserved.ipdl
blob: 51833489be2ca6934e1826c7f93d66611a79da57 (plain)
1
2
3
4
5
6
7
8
9
10
//error: lexically invalid characters `~SomeMsg();

protocol dtorReserved {

    // it's an error to use old-style dtor syntax

child:
    ~SomeMsg();

};