summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/error/trans_WrongDirection4.ipdl
blob: c27ad331d2ee4cacdd1f169618705dcdee8f67bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
intr protocol trans_WrongDirection4 {

child:
    intr Msg();
    async __delete__();

state S1:
    answer Msg goto S1;

start state _:
    send __delete__;
};