summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/opensNonexistent.ipdl
blob: 521f69ace340854c3b4acab04e345d9a379168f9 (plain)
1
2
3
4
5
6
protocol opensNonexistent {
    parent opens Unicorn;

child: __delete__();
state DEAD: send __delete__;
};